diff --git a/src/assets/images/basicinfo/call.png b/src/assets/images/basicinfo/call.png new file mode 100644 index 00000000..5b2e4051 Binary files /dev/null and b/src/assets/images/basicinfo/call.png differ diff --git a/src/assets/images/basicinfo/check.png b/src/assets/images/basicinfo/check.png new file mode 100644 index 00000000..cc8fce54 Binary files /dev/null and b/src/assets/images/basicinfo/check.png differ diff --git a/src/assets/images/basicinfo/download.png b/src/assets/images/basicinfo/download.png new file mode 100644 index 00000000..2efba862 Binary files /dev/null and b/src/assets/images/basicinfo/download.png differ diff --git a/src/assets/images/basicinfo/edit.png b/src/assets/images/basicinfo/edit.png new file mode 100644 index 00000000..1bbecc7f Binary files /dev/null and b/src/assets/images/basicinfo/edit.png differ diff --git a/src/assets/images/basicinfo/in.png b/src/assets/images/basicinfo/in.png new file mode 100644 index 00000000..413c902b Binary files /dev/null and b/src/assets/images/basicinfo/in.png differ diff --git a/src/assets/images/basicinfo/see.png b/src/assets/images/basicinfo/see.png new file mode 100644 index 00000000..9dd65373 Binary files /dev/null and b/src/assets/images/basicinfo/see.png differ diff --git a/src/assets/scss/common.scss b/src/assets/scss/common.scss index 077d0f97..46152dc0 100644 --- a/src/assets/scss/common.scss +++ b/src/assets/scss/common.scss @@ -373,113 +373,4 @@ textarea { } } -//弹窗-------------------------------------------------------- - - -//面授管理弹窗 -.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 +//弹窗-------------------------------------------------------- \ No newline at end of file diff --git a/src/components/drawers/FaceManage.vue b/src/components/drawers/FaceManage.vue index 2cb8c875..f422311b 100644 --- a/src/components/drawers/FaceManage.vue +++ b/src/components/drawers/FaceManage.vue @@ -8,7 +8,7 @@ >
-
面授【管理】
+
【面授】管理
+ +
+
+
组员名单
+ +
+
+ +
+
+
+
添加组员
+
+
+
+
批量删除
+
+
+
+
导出信息
+
+
+
+
+
+
+
已选择
+
2
+
+
列表选项总计:
+
9条
+
+
清空
+
+
+
+ +
+ +
+
+
+
+ + +
+ + +
+
+
+ +
提示
+
+
+
+
+
请确认是否批量删除组员
+
+ + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/src/components/drawers/StuAdd.vue b/src/components/drawers/StuAdd.vue new file mode 100644 index 00000000..6efcfdb0 --- /dev/null +++ b/src/components/drawers/StuAdd.vue @@ -0,0 +1,498 @@ + + + + + \ No newline at end of file diff --git a/src/components/drawers/TestManage.vue b/src/components/drawers/TestManage.vue new file mode 100644 index 00000000..be8c80a3 --- /dev/null +++ b/src/components/drawers/TestManage.vue @@ -0,0 +1,493 @@ + + + + + \ No newline at end of file diff --git a/src/components/drawers/TimeManage.vue b/src/components/drawers/TimeManage.vue index 976b3522..bd9d59d3 100644 --- a/src/components/drawers/TimeManage.vue +++ b/src/components/drawers/TimeManage.vue @@ -391,9 +391,9 @@ export default { justify-content: center; align-items: center; .img1 { - width: 15px; - height: 17px; - background-image: url(../../assets/images/courseManage/search0.png); + width: 18px; + height: 18px; + background-image: url(../../assets/images/basicinfo/call.png); background-size: 100% 100%; margin-right: 7px; } diff --git a/src/components/drawers/WorkDetail.vue b/src/components/drawers/WorkDetail.vue new file mode 100644 index 00000000..d1f5268f --- /dev/null +++ b/src/components/drawers/WorkDetail.vue @@ -0,0 +1,212 @@ + + + + + \ No newline at end of file diff --git a/src/components/drawers/WorkManage.vue b/src/components/drawers/WorkManage.vue index e5bd668e..8c173560 100644 --- a/src/components/drawers/WorkManage.vue +++ b/src/components/drawers/WorkManage.vue @@ -83,21 +83,41 @@
- + + +
+
+
提示
+
+
+
+
+
+
作业导出完成,请在下载中心查看
+
+ + +
+
+
+ + +
\ No newline at end of file