diff --git a/src/components/BreadCrumb.vue b/src/components/BreadCrumb.vue index 09db5be0..1832f22a 100644 --- a/src/components/BreadCrumb.vue +++ b/src/components/BreadCrumb.vue @@ -103,6 +103,23 @@ export default { }, ]; } + if (n === "/taskadd" || n === "/TaskAdd") { + state.list = [ + { + name: "项目", + href: "", + }, + { + name: "基础信息", + }, + { + name: "任务", + }, + { + name: "添加任务", + } + ]; + } if (n === "/templatelibrary" || n === "/TemplateLibrary") { state.list = [ { diff --git a/src/components/NavLeft.vue b/src/components/NavLeft.vue index 37cc13bd..1b3dac35 100644 --- a/src/components/NavLeft.vue +++ b/src/components/NavLeft.vue @@ -416,17 +416,17 @@ export default { const packUp = () => { state.packup = !state.packup; }; - const getMousePosition = () => { + const getClientHeight = () => { state.screenHeight = document.body.clientHeight; }; onMounted(() => { // console.log("11111", 1); - window.addEventListener("resize", getMousePosition, false); + window.addEventListener("resize", getClientHeight, false); // judgeUrl(); }); onUnmounted(() => { - window.removeEventListener("resize", getMousePosition, false); + window.removeEventListener("resize", getClientHeight, false); }); return { ...toRefs(state), diff --git a/src/views/learningpath/LevelAdd.vue b/src/views/learningpath/LevelAdd.vue index 63a1f1cf..31ceb7e4 100644 --- a/src/views/learningpath/LevelAdd.vue +++ b/src/views/learningpath/LevelAdd.vue @@ -20,7 +20,7 @@ src="../../assets/images/leveladd/more.png" />
- 更多 + 更多
撤回
@@ -432,6 +432,7 @@ export default { font-size: 14px; margin-top: 5px; margin-right: 30px; + cursor: pointer; } .return { color: #4ea6ff; @@ -466,9 +467,11 @@ export default { left: -48px; top: 30px; z-index: 100; + cursor: pointer; .sammo { text-align: center; margin-top: 12px; + cursor: pointer; } .sammo:hover { color: #4ea6ff; @@ -690,6 +693,7 @@ export default { .te { color: #4ea6ff; font-size: 14px; + cursor: pointer; } .more { position: relative; @@ -724,6 +728,7 @@ export default { line-height: 36px; display: flex; justify-content: center; + cursor: pointer; } .roleItem:hover { color: #4ea6ff; @@ -769,6 +774,7 @@ export default { .oneedi { margin-left: 15px; color: #4ea6ff; + cursor: pointer; } } .onemain { diff --git a/src/views/learningpath/LevelAddDetail.vue b/src/views/learningpath/LevelAddDetail.vue index ef472f38..8434286e 100644 --- a/src/views/learningpath/LevelAddDetail.vue +++ b/src/views/learningpath/LevelAddDetail.vue @@ -2,12 +2,12 @@
-
关卡
-
+
关卡
+
添加关卡
-
+
{{ item.tit }}
@@ -40,7 +40,7 @@
-->
-
更多
+
更多
复制
@@ -85,15 +85,6 @@
-
@@ -247,18 +238,15 @@ :data-source="tableData" :loading="tableDataTotal === -1 ? true : false" expandRowByClick="true" - :scroll="{ x: 1500, y: 300 }" @expand="expandTable" :pagination="false" :row-selection="{ - columnWidth: '40px', + columnWidth: 30, selectedRowKeys: selectedRowKeys, onChange: onSelectChange, }" /> - +
@@ -314,7 +302,7 @@ - \ No newline at end of file + diff --git a/src/views/projectcenter/TaskPage.vue b/src/views/projectcenter/TaskPage.vue index 914cd585..610325e7 100644 --- a/src/views/projectcenter/TaskPage.vue +++ b/src/views/projectcenter/TaskPage.vue @@ -59,10 +59,10 @@
任务大纲
-
+ 编辑 -
+
diff --git a/src/views/research/ResearchManage.vue b/src/views/research/ResearchManage.vue index 2f6b43e1..8fc3f43c 100644 --- a/src/views/research/ResearchManage.vue +++ b/src/views/research/ResearchManage.vue @@ -83,36 +83,42 @@ />
-
-
- -
创建调研
-
- -
-
-
-
-
+ +
+
+ +
创建调研
+
-
调研名称
-
- +
+
+
+
+ +
+
调研名称
+
+ +
+
+
+ +
-
- - -
-
-
+