From 3616a04840c4189d244dafa0eb75ea910a55b8a6 Mon Sep 17 00:00:00 2001 From: wyx Date: Sat, 10 Dec 2022 15:33:26 +0800 Subject: [PATCH] =?UTF-8?q?style:=E9=9D=A2=E6=8E=88=E8=AF=BE=E7=A8=8B?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/FJUpload.vue | 2 +- src/views/courselibrary/CoursewareManage.vue | 16 +++-- src/views/courselibrary/courseModal.vue | 73 +++++++++++++------- 3 files changed, 62 insertions(+), 29 deletions(-) diff --git a/src/components/common/FJUpload.vue b/src/components/common/FJUpload.vue index 574747db..e3cfaddc 100644 --- a/src/components/common/FJUpload.vue +++ b/src/components/common/FJUpload.vue @@ -24,7 +24,7 @@
- + {{ item.name.indexOf('-')!==-1?item.name.slice(0,item.name.indexOf('-')) + item.name.slice(item.name.indexOf('.')) :item.name }}
diff --git a/src/views/courselibrary/CoursewareManage.vue b/src/views/courselibrary/CoursewareManage.vue index 8f39df88..c5709b55 100644 --- a/src/views/courselibrary/CoursewareManage.vue +++ b/src/views/courselibrary/CoursewareManage.vue @@ -192,10 +192,11 @@
-
+
线上 @@ -1805,7 +1806,7 @@ style="width: 440px; height: 40px; border-radius: 8px" placeholder="请输入详细地点" /> -
+
{{ xjkkinputV2.length }}/50
@@ -4267,6 +4268,11 @@ export default defineComponent({ state.valueE1 = ""; } }; + // 弹框提示敬请期待 + const expectOnline = () => { + message.destroy() + message.success("功能正在开发中,敬请期待。") + } //新建面授课 const createft = () => { if (!state.xzinputV1) { @@ -5379,6 +5385,7 @@ export default defineComponent({ of_exit, hideShow, bs_hShow, + expectOnline, createft, ft_exit, ft_exit_1, @@ -5824,7 +5831,8 @@ export default defineComponent({ .createschooltime { z-index: 999; - width: 679px; + width: 879px; + height: 740px; background: #ffffff; box-shadow: 0px 1px 35px 0px rgba(118, 136, 166, 0.21); position: absolute; @@ -5844,7 +5852,7 @@ export default defineComponent({ .cst_main { width: 100%; - max-height: 600px; + max-height: 700px; overflow-y: auto; position: relative; diff --git a/src/views/courselibrary/courseModal.vue b/src/views/courselibrary/courseModal.vue index 0320e0ba..f88b8143 100644 --- a/src/views/courselibrary/courseModal.vue +++ b/src/views/courselibrary/courseModal.vue @@ -114,7 +114,18 @@ 封面图
- + +
+ avatar
@@ -168,26 +180,6 @@
-
-
- 课程价值 -
-
-
- -
- - {{ qdms_inputV3.length }}/200 - -
-
-
-
@@ -217,6 +209,26 @@
+
+
+ 课程价值 +
+
+
+ +
+ + {{ qdms_inputV3.length }}/200 + +
+
+
+
场景 @@ -248,7 +260,7 @@
@@ -266,7 +278,7 @@
-
+
{ + state.feng_mian_1 = value; + } + //获取分类、场景、封面图、-----------字典配置------------------------------- const optionsUrl = ref([]); const options2 = ref([]); @@ -749,6 +766,7 @@ export default defineComponent({ toolbarConfig, editorConfig, handleCreated, + choicePic }; }, }); @@ -1151,5 +1169,12 @@ export default defineComponent({ .statusJuJue { margin-bottom: 20px; } + + .choiceoptionurl { + width:60px; + height:60px; + margin-right: 10px; + border-radius: 8px; + } }