From 30dbe2c859d4c58d3dc63d7cfbdad540592a4341 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B2=B3=E4=BD=B3=E9=91=AB?= Date: Wed, 26 Oct 2022 09:49:13 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=9B=B4=E6=94=B9=E5=AD=A6=E5=91=98?= =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E9=A1=B5=E9=9D=A2=E7=9A=84=E8=B7=B3=E8=BD=AC?= =?UTF-8?q?=E9=93=BE=E6=8E=A5,=E5=BC=B9=E7=AA=97=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/projectcenter/TaskAdd.vue | 12 +++++++----- src/views/projectcenter/TaskPage.vue | 22 ++++++++++++++++------ 2 files changed, 23 insertions(+), 11 deletions(-) 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 {