diff --git a/src/views/projectcenter/TaskAdd.vue b/src/views/projectcenter/TaskAdd.vue index a595be6c..00dae6b3 100644 --- a/src/views/projectcenter/TaskAdd.vue +++ b/src/views/projectcenter/TaskAdd.vue @@ -340,11 +340,6 @@ display: flex; align-items: center; justify-content: space-between; - background: linear-gradient( - 0deg, - rgba(78, 166, 255, 0) 0%, - rgba(78, 166, 255, 0.2) 100% - ); " >
@@ -1222,6 +1217,13 @@ export default { .ant-modal { .ant-modal-body { padding: 0 !important; + .modalHeader { + background: linear-gradient( + 0deg, + rgba(78, 166, 255, 0) 0%, + rgba(78, 166, 255, 0.2) 100% + ); + } .modalMain { .ant-input-textarea-show-count { position: relative; diff --git a/src/views/projectcenter/TaskPage.vue b/src/views/projectcenter/TaskPage.vue index d29326db..a4433ed1 100644 --- a/src/views/projectcenter/TaskPage.vue +++ b/src/views/projectcenter/TaskPage.vue @@ -56,6 +56,7 @@
@@ -74,6 +75,7 @@
@@ -214,13 +216,13 @@
任务大纲
- +
-
@@ -429,7 +431,7 @@ 创建任务
点击创建项目任务
-
+
@@ -2184,6 +2186,12 @@ export default { }; getTableDate(); + const totask = () => { + state.activeKey = "2"; + }; + const tostudent = () => { + state.activeKey = "3"; + }; const showModal = () => { state.pubproject = true; }; @@ -2469,6 +2477,8 @@ export default { }; return { ...toRefs(state), + totask, + tostudent, showModal, closeModal, showModal1, @@ -3194,6 +3204,7 @@ export default { right: 38px; top: 0; color: #409eff; + background: #FFFFFF; width: 100px; height: 40px; border: 1px solid #409eff; @@ -3202,7 +3213,6 @@ export default { width: 15px; height: 15px; margin-top: -2px; - margin-left: 25px; margin-right: 5px; } .editext {