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; }