diff --git a/src/assets/scss/common.scss b/src/assets/scss/common.scss index 46152dc0..077d0f97 100644 --- a/src/assets/scss/common.scss +++ b/src/assets/scss/common.scss @@ -373,4 +373,113 @@ textarea { } } -//弹窗-------------------------------------------------------- \ No newline at end of file +//弹窗-------------------------------------------------------- + + +//面授管理弹窗 +.FacMa { + .ant-modal { + width: 424px; + height: 258px; + + .ant-modal-content { + width: 424px; + height: 258px; + + .ant-modal-body { + width: 424px; + height: 258px; + padding: 0px; + + .head { + width: 424px; + height: 68px; + // position: absolute; + // left: 0; + // top: 0; + background: linear-gradient(180deg, + rgba(78, 166, 255, 0.2) 0%, + rgba(78, 166, 255, 0) 100%); + display: flex; + + justify-content: center; + + .inhead { + width: 90%; + height: 100%; + display: flex; + align-items: center; + justify-content: space-between; + + .left { + display: flex; + align-items: center; + + .gan { + width: 16px; + height: 16px; + background-image: url(../../assets/images/taskpage/gan.png); + } + + .tis { + margin-left: 5px; + width: 32px; + font-size: 16px; + font-weight: 600; + color: #333333; + } + } + + .right { + width: 22px; + height: 22px; + background-image: url(../../assets/images/basicinfo/close.png); + background-size: 100% 100%; + cursor: pointer; + } + } + } + + .main { + margin-top: 20px; + width: 100%; + display: flex; + justify-content: center; + font-size: 14px; + font-weight: 400; + color: #333333; + } + + .butn { + width: 100%; + display: flex; + margin-top: 60px; + justify-content: center; + + .btn { + width: 100px; + height: 40px; + border-radius: 4px; + cursor: pointer; + } + + .btn1 { + color: #387df7; + + background: #ffffff; + border: 1px solid #387df7; + } + + .btn2 { + background: #388be1; + color: #fff; + border: 0; + margin-left: 10px; + } + } + } + } + } +} + +//面授管理弹窗 \ No newline at end of file diff --git a/src/components/drawers/FaceManage.vue b/src/components/drawers/FaceManage.vue index 91feff0a..2cb8c875 100644 --- a/src/components/drawers/FaceManage.vue +++ b/src/components/drawers/FaceManage.vue @@ -119,8 +119,7 @@ v-model:visible="showmodal" centered="true" :footer="null" - dialogClass="me" - style="width: 424px; height: 258px; padding: 0px; position: relative" + wrapClassName="FacMa" >
@@ -361,103 +360,6 @@ export default {