diff --git a/src/views/courselibrary/CoursewareManage.vue b/src/views/courselibrary/CoursewareManage.vue index 55496484..5ec964d0 100644 --- a/src/views/courselibrary/CoursewareManage.vue +++ b/src/views/courselibrary/CoursewareManage.vue @@ -1361,6 +1361,7 @@ :closable="closableQR" wrapClassName="QRModal" style="margin-top: 400px" + :zIndex="9999" @cancel="qr_exit" >
@@ -1403,6 +1404,7 @@ :closable="closableQR" wrapClassName="recgradeModal" style="margin-top: 400px" + :zIndex="9999" @cancel="rg_exit" >
@@ -1453,6 +1455,7 @@ :closable="closableQR" wrapClassName="graModal" style="margin-top: 400px" + :zIndex="9999" @cancel="graduate_exit" >
@@ -2714,6 +2718,7 @@ export default defineComponent({ >
{ + state.delete_hs = true; state.copy_hs = true; }} > @@ -2928,7 +2933,7 @@ export default defineComponent({ } }; const createft = () => { - if (state.bs_hs == false) { + if (state.bs_hs == false && state.valueE1 != "") { state.of_hs = false; state.ft_hs = true; state.valueE1 = ""; @@ -2967,9 +2972,11 @@ export default defineComponent({ state.sm_hs = false; state.hideshow = true; }; - const clear_valueE1 = () => { + const clear_valueE1 = (value) => { state.bs_hs = false; - state.valueE1 = ""; + if (value != "") { + state.valueE1 = ""; + } }; const clear_valueE2 = () => { state.valueE2 = ""; @@ -3899,7 +3906,6 @@ export default defineComponent({ } .onlinemanage { display: none; - z-index: 999; min-width: 1000px; background: #ffffff; .om_main { @@ -4337,7 +4343,6 @@ export default defineComponent({ } } .givepower { - z-index: 999; min-width: 1000px; background: #ffffff; .gp_main { @@ -4454,7 +4459,6 @@ export default defineComponent({ } } .schooltime { - z-index: 999; min-width: 1000px; background: #ffffff; .st_main { @@ -4555,7 +4559,6 @@ export default defineComponent({ justify-content: center; text-align: center; margin: 77px auto 109px auto; - cursor: pointer; position: relative; .smallleft { position: absolute; @@ -4676,7 +4679,6 @@ export default defineComponent({ } } .studentsmanage { - z-index: 1000; min-width: 1000px; background: #ffffff; .stm_main { @@ -4922,7 +4924,6 @@ export default defineComponent({ } .modalMain { .ftsturecord { - z-index: 999; min-width: 1000px; background: #ffffff; .ftsr_main { @@ -4964,7 +4965,6 @@ export default defineComponent({ width: 424px !important; .ant-modal-body { .delete { - z-index: 99999; width: 424px; background: #ffffff; box-shadow: 0px 1px 35px 0px rgba(118, 136, 166, 0.21); diff --git a/src/views/learningpath/LearningPath.vue b/src/views/learningpath/LearningPath.vue index fa1ce109..deba1aef 100644 --- a/src/views/learningpath/LearningPath.vue +++ b/src/views/learningpath/LearningPath.vue @@ -40,7 +40,7 @@ :placeholder="[' 开始时间', ' 结束时间']" />
-
+
搜索
@@ -50,7 +50,6 @@
重置
-