From a76e232a52a5e4133f4850fcf0d4c804d2c82ecd Mon Sep 17 00:00:00 2001 From: wyx Date: Fri, 9 Dec 2022 12:19:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=BE=85=E5=AE=A1=E6=A0=B8=E8=AF=BE?= =?UTF-8?q?=E7=A8=8B=E9=99=84=E4=BB=B6=E5=90=8D=E7=A7=B0=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/courselibrary/components/seeModal.vue | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/src/views/courselibrary/components/seeModal.vue b/src/views/courselibrary/components/seeModal.vue index 23909941..0377642b 100644 --- a/src/views/courselibrary/components/seeModal.vue +++ b/src/views/courselibrary/components/seeModal.vue @@ -156,6 +156,7 @@
@@ -205,13 +206,16 @@
- {{ item.name }} + + + {{ item.indexOf('-')!==-1?item.slice(item.lastIndexOf('/')+1,item.indexOf('-')) + item.slice(item.lastIndexOf('.')) :item }} +
-
上传完成
+
上传完成
100% @@ -642,21 +646,21 @@ export default defineComponent({ .updataxq { position: absolute; - right: 2px; + right: -62px; top: -30px; color: #57c887; } .updataxq2 { position: absolute; - right: 2px; + right: -62px; top: -30px; color: #ff7474; } .updataxq3 { position: absolute; - right: 2px; + right: -62px; top: -30px; color: #388be1; }