diff --git a/README.md b/README.md index 8e7d558b..a75f77fa 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ See [Configuration Reference](https://cli.vuejs.org/config/). LearningPath.vue:学习路径页面 LevelAdd.vue:关卡页面 LevelAddDetail.vue:创建关卡页面 - +LevelCheck.vue查看页面 ``` ### 二、projectcenter:项目文件夹 diff --git a/src/components/BreadCrumb.vue b/src/components/BreadCrumb.vue index 1832f22a..bad79a1f 100644 --- a/src/components/BreadCrumb.vue +++ b/src/components/BreadCrumb.vue @@ -68,6 +68,21 @@ export default { }, ]; } + if (n === "/levelcheck" || n === "/LevelCheck") { + state.list = [ + { + name: "学习路径", + href: "/learningpath", + }, + { + name: "关卡", + href: "/leveladd", + }, + { + name: "查看", + }, + ]; + } if (n === "/projectmanage" || n === "/ProjectManage") { state.list = [ { @@ -117,7 +132,7 @@ export default { }, { name: "添加任务", - } + }, ]; } if (n === "/templatelibrary" || n === "/TemplateLibrary") { diff --git a/src/components/NavLeft.vue b/src/components/NavLeft.vue index 1b3dac35..35a79d85 100644 --- a/src/components/NavLeft.vue +++ b/src/components/NavLeft.vue @@ -258,6 +258,12 @@ export default { selectedKeys: "sub1", pagename: "关卡", }, + { + href: "/levelcheck", + openKeys: "sub1", + selectedKeys: "sub1", + pagename: "查看", + }, { href: "/leveladddetail", openKeys: "sub1", diff --git a/src/components/drawers/AddVote.vue b/src/components/drawers/AddVote.vue new file mode 100644 index 00000000..c9061de7 --- /dev/null +++ b/src/components/drawers/AddVote.vue @@ -0,0 +1,246 @@ + + + diff --git a/src/views/learningpath/LearningPath.vue b/src/views/learningpath/LearningPath.vue index d5d1e5e7..650997b4 100644 --- a/src/views/learningpath/LearningPath.vue +++ b/src/views/learningpath/LearningPath.vue @@ -92,9 +92,9 @@
@@ -572,170 +572,183 @@ export default { }; \ No newline at end of file diff --git a/src/views/projectcenter/TaskAdd.vue b/src/views/projectcenter/TaskAdd.vue index 3cc8c737..0bbd1138 100644 --- a/src/views/projectcenter/TaskAdd.vue +++ b/src/views/projectcenter/TaskAdd.vue @@ -291,23 +291,23 @@
阶段名称:
- +
阶段说明:
-
+
@@ -791,7 +791,7 @@ export default { border-radius: 8px; // height: 120%; width: 384px; - height: 40px; + height: 88px; } .addstage { .ant-modal { @@ -806,7 +806,7 @@ export default { .ant-input-textarea-show-count::after { position: absolute; right: 10px; - bottom: 10px; + bottom: 5px; } } } diff --git a/src/views/projectcenter/TaskPage.vue b/src/views/projectcenter/TaskPage.vue index 610325e7..f7de251d 100644 --- a/src/views/projectcenter/TaskPage.vue +++ b/src/views/projectcenter/TaskPage.vue @@ -479,6 +479,7 @@ } .progress { width: 168px; + margin-left: 10px; margin-right: 50px; flex-grow: 1; .progresstext { diff --git a/src/views/research/ManagePage.vue b/src/views/research/ManagePage.vue index cfe10e1f..30ede176 100644 --- a/src/views/research/ManagePage.vue +++ b/src/views/research/ManagePage.vue @@ -209,7 +209,7 @@ export default { font-weight: 500; } .messagebox { - width: 100%; + //width: 100%; //display: flex; margin-top: 20px; margin-left: 38px; diff --git a/src/views/research/ResearchAdd.vue b/src/views/research/ResearchAdd.vue index 0709ca37..844b5995 100644 --- a/src/views/research/ResearchAdd.vue +++ b/src/views/research/ResearchAdd.vue @@ -64,7 +64,7 @@
图片名称1.jpg
@@ -91,15 +91,16 @@
非常满意
1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 +
非常不满意
@@ -181,6 +182,7 @@ border: 1px solid #D7E5FD; border-radius: 5px; margin: 0 10px; + padding: 5px; .btn { border: 1px solid #56A3F9; border-radius: 5px; @@ -214,7 +216,8 @@ display:flex; } .delete { - margin-top: 27px; + cursor: pointer; + margin-top: 32px; margin-left: 20px; float: right; color: #4EA6FF; @@ -225,7 +228,7 @@ // background-color: lightcoral; display: flex; margin-top: 20px; - align-items: center; + //align-items: center; //height: 40px; // border: 1px solid black; .namebox { @@ -248,6 +251,7 @@ margin-left: 14px; flex: 1; .addimg { + cursor:pointer; color: rgba(78, 166, 255, 1); font-size: 14px; } diff --git a/src/views/system/SystemManage.vue b/src/views/system/SystemManage.vue index ac3d9cfe..af79859e 100644 --- a/src/views/system/SystemManage.vue +++ b/src/views/system/SystemManage.vue @@ -21,195 +21,30 @@ 添加投票
- -
-
-
添加投票
- -
-
- -
-
- -
投票名称:
-
-
- -
-
- - -
-
- -
创建投票:
-
-
创建投票
-
- - -
-
-
-
起止时间:
-
-
- -
-
- - -
-
-
-
基础投票数:
-
-
-
点击上传
-
支持:xls.xlsx
-
-
- - -
-
-
-
投票说明:
-
-
- -
-
- - -
-
-
-
投票说明:
-
-
- -
-
- - -
-
-
-
投票说明:
-
-
- -
-
- - -
-
-
-
投票说明:
-
-
- -
-
- - -
-
-
-
投票说明:
-
-
- -
-
- - -
-
-
-
投票说明:
-
-
- -
-
- -
-
-
+