From 3dbaf2128196dce64e956a584d6650466c951060 Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Sat, 10 Aug 2024 22:48:46 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20=E5=BE=81=E9=9B=86=E8=AF=B4=E6=98=8E/?= =?UTF-8?q?=E4=B8=93=E9=A1=B9=E8=B5=84=E9=87=91=E4=BB=8B=E7=BB=8D=E6=8D=A2?= =?UTF-8?q?=E8=A1=8C=E6=A0=BC=E5=BC=8F,=20=E9=9C=80=E6=B1=82=E5=BE=81?= =?UTF-8?q?=E9=9B=86=E5=88=97=E8=A1=A8=E9=A1=B5=E6=90=9C=E7=B4=A2=E6=A1=86?= =?UTF-8?q?=E9=97=B4=E8=B7=9D,=20=E5=88=87=E6=8D=A2=E8=B4=A6=E5=8F=B7?= =?UTF-8?q?=E5=B1=82=E7=BA=A7,=20=E9=9C=80=E6=B1=82=E4=B8=8A=E6=8A=A54?= =?UTF-8?q?=E7=A7=8D=E6=83=85=E5=86=B5=E6=8E=92=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../DetailComponent/CollectionDetail.vue | 17 +++++++++++- .../DetailComponent/SpecialFundDetail.vue | 2 +- src/layout/navbar/index.vue | 2 +- .../project-demand/requirement/index.vue | 4 +-- src/views/project-demand/summary/add.vue | 26 +++++++++---------- 5 files changed, 33 insertions(+), 18 deletions(-) diff --git a/src/components/DetailComponent/CollectionDetail.vue b/src/components/DetailComponent/CollectionDetail.vue index 9cf182f..396faf7 100644 --- a/src/components/DetailComponent/CollectionDetail.vue +++ b/src/components/DetailComponent/CollectionDetail.vue @@ -35,7 +35,7 @@ -
+
--
@@ -190,4 +190,19 @@ watch(() => props.processViewer, (newVal) => { display: -webkit-box; -webkit-box-orient: vertical; } +:deep(.el-table__header) { + .is-leaf:first-child { + .cell { + margin-left: -53px !important; + } + } +} + +:deep(.el-table__body) { + .el-table__cell:first-child { + .cell { + margin-left: -26px !important; + } + } +} diff --git a/src/components/DetailComponent/SpecialFundDetail.vue b/src/components/DetailComponent/SpecialFundDetail.vue index 3ca4079..c4af7a8 100644 --- a/src/components/DetailComponent/SpecialFundDetail.vue +++ b/src/components/DetailComponent/SpecialFundDetail.vue @@ -22,7 +22,7 @@ -
+
{{formData.introduce}}
diff --git a/src/layout/navbar/index.vue b/src/layout/navbar/index.vue index 6f4ea55..96c90cc 100644 --- a/src/layout/navbar/index.vue +++ b/src/layout/navbar/index.vue @@ -200,7 +200,7 @@ const handleLogout = () => { position: absolute; width: 280px; right: 0; - z-index: 300; + z-index: 3000; top: 54px; padding: 5px 0; border-radius: 4px; diff --git a/src/views/project-demand/requirement/index.vue b/src/views/project-demand/requirement/index.vue index c554b0e..8b2f709 100644 --- a/src/views/project-demand/requirement/index.vue +++ b/src/views/project-demand/requirement/index.vue @@ -1,6 +1,6 @@