From 1f233d9f5f5dafb6914fb488cd82065a8deb3e6c Mon Sep 17 00:00:00 2001 From: zxl <763096477@qq.com> Date: 星期四, 17 七月 2025 18:06:20 +0800 Subject: [PATCH] 页面显示更新 --- manager/src/views/news/index.vue | 11 ++++++++++- manager/src/views/video/VideoList.vue | 1 + 2 files changed, 11 insertions(+), 1 deletions(-) diff --git a/manager/src/views/news/index.vue b/manager/src/views/news/index.vue index 0b5b888..bf83454 100644 --- a/manager/src/views/news/index.vue +++ b/manager/src/views/news/index.vue @@ -686,12 +686,14 @@ height: auto; /* 鏍规嵁浣犵殑闇�姹傝皟鏁撮珮搴� */ max-width: 100%; } -.activity-management { + +.news-management { .search-form { padding: 16px; background: #f8f8f9; border-radius: 4px; margin-bottom: 16px; + .ivu-form-item { margin-bottom: 16px; @@ -703,6 +705,13 @@ } } } +.operation { + margin-bottom: 16px; + + .ivu-btn { + margin-right: 8px; + } +} .detail-container { padding: 16px; } diff --git a/manager/src/views/video/VideoList.vue b/manager/src/views/video/VideoList.vue index 7def5a8..bc301a1 100644 --- a/manager/src/views/video/VideoList.vue +++ b/manager/src/views/video/VideoList.vue @@ -64,6 +64,7 @@ :title="playVideoTitle" width="800" :mask-closable="false" + @close="playVideoClose" > <div class="video-warp"> <video :src="playVideoUrl" autoplay controls style="width: 768px;height: 432px"/> -- Gitblit v1.8.0