From d8ac6c12d71738b25d1d13afb755140078aa4746 Mon Sep 17 00:00:00 2001 From: shidongli Date: Wed, 27 Mar 2024 10:26:01 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E7=B4=A0=E6=9D=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/manage/materials/index.vue | 48 ++++++++++++++++++++++------ 1 file changed, 39 insertions(+), 9 deletions(-) diff --git a/src/views/manage/materials/index.vue b/src/views/manage/materials/index.vue index 9201f5f..f67272c 100644 --- a/src/views/manage/materials/index.vue +++ b/src/views/manage/materials/index.vue @@ -33,6 +33,14 @@ + + + -
+
标签: {{ item.indications }}, @@ -156,14 +164,17 @@ - - - - + 视频 +
+ + + +
+ +
+ 标签管理 +
@@ -249,7 +270,7 @@ Date: Wed, 27 Mar 2024 14:31:59 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=B4=A0=E6=9D=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/manage/materials/index.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/manage/materials/index.vue b/src/views/manage/materials/index.vue index f67272c..c64f8a0 100644 --- a/src/views/manage/materials/index.vue +++ b/src/views/manage/materials/index.vue @@ -676,13 +676,15 @@ video { // background: #409eff; display: flex; .left { + overflow: auto; + width: 77%; height: 500px; // background: #989992; } img { - height: 100%; - width: 100%; + // height: 100%; + // width: 100%; } .right { width: 20%;