diff --git a/src/views/courselibrary/CoursewareManage.vue b/src/views/courselibrary/CoursewareManage.vue index d4602bed..427386c6 100644 --- a/src/views/courselibrary/CoursewareManage.vue +++ b/src/views/courselibrary/CoursewareManage.vue @@ -1611,78 +1611,46 @@ - +
提示 -
+
-
+
请确定是否同意此学员学习此课程
-
-
-
-
取消
-
-
-
确定
-
-
-
-
- - - - -
-
-
-
-
- 提示 -
-
-
-
+
请确定是否拒绝此学员学习此课程
-
取消
+
取消
-
确定
+
确定
- +
- + @@ -2419,6 +2387,7 @@ export default defineComponent({ closableQR: false, rg_hs: false, graduate_hs: false, + agreereject_hs:false, agreestudy_hs: false, rejectstudy_hs: false, delete_hs: false, @@ -2806,6 +2775,7 @@ export default defineComponent({
{ + state.agreereject_hs = true; state.agreestudy_hs = true; }} > @@ -2816,6 +2786,7 @@ export default defineComponent({
{ + state.agreereject_hs = true; state.rejectstudy_hs = true; }} > @@ -3155,9 +3126,6 @@ export default defineComponent({ const ftsr_exit = () => { state.om_ckxq = false; }; - // const gpm_exit = () => { - // state.gpm_hs = false; - // }; const stm_exit = () => { state.stm_hs = false; }; @@ -3213,10 +3181,9 @@ export default defineComponent({ const graduate_exit = () => { state.graduate_hs = false; }; - const agreestudy_exit = () => { + const agreereject_exit = () => { + state.agreereject_hs = false; state.agreestudy_hs = false; - }; - const rejectstudy_exit = () => { state.rejectstudy_hs = false; }; const delete_exit = () => { @@ -3281,8 +3248,7 @@ export default defineComponent({ qr_exit, rg_exit, graduate_exit, - agreestudy_exit, - rejectstudy_exit, + agreereject_exit, delete_exit, onSelectChange, faceManageChange, @@ -4008,21 +3974,24 @@ export default defineComponent({ } .agrstudyModal { .ant-modal { + width:429px !important; + height:258px !important; .ant-modal-content { - // width:679px !important; + width:429px !important; + height:258px !important; .ant-modal-body { + width:429px !important; + height:258px !important; + padding:0px !important; .agreestudy { z-index: 9999; - width: 679px; + width: 429px; + height:258px; background: #ffffff; box-shadow: 0px 1px 35px 0px rgba(118, 136, 166, 0.21); - position: absolute; - left: 50%; - top: 10%; - transform: translate(-50%, -50%); .agree_header { position: absolute; - width: calc(100%); + width: 100%; height: 40px; background: linear-gradient( rgba(78, 166, 255, 0.2) 0%, @@ -4056,13 +4025,11 @@ export default defineComponent({ } } .agreem_body { - .body_box { - display: flex; - justify-content: center; - align-items: center; + display: flex; + justify-content: center; + align-items: center; width: 100%; - margin: 20px auto; - } + margin: 45px auto 62px auto; } .qrm_btnbox { display: flex; @@ -5188,7 +5155,7 @@ export default defineComponent({ width: 424px !important; .ant-modal-body { .delete { - z-index: 9999; + z-index: 99999; width: 424px; background: #ffffff; box-shadow: 0px 1px 35px 0px rgba(118, 136, 166, 0.21); diff --git a/src/views/projectcenter/TemplateLibrary.vue b/src/views/projectcenter/TemplateLibrary.vue index 8c6c4732..309d5096 100644 --- a/src/views/projectcenter/TemplateLibrary.vue +++ b/src/views/projectcenter/TemplateLibrary.vue @@ -148,7 +148,7 @@ export default defineComponent({
查看{" "} - | + |
@@ -164,14 +164,14 @@ export default defineComponent({
发布 - | + |
查看 - | + |
@@ -237,6 +237,7 @@ export default defineComponent({ align-items: center; justify-content: center; margin-left: 14px; + cursor: pointer; flex-shrink: 0; .search { background-size: 100%;