From eb061dd1a69916b47bd2e6a0c70e0db35c5dff05 Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Sat, 11 May 2024 20:49:03 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20=E5=AF=B9=E6=8E=A5=E9=9C=80=E6=B1=82?= =?UTF-8?q?=E5=BE=81=E9=9B=86=E8=AF=A6=E6=83=85=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/styles/index.scss | 2 +- .../projectdemand/demandcollection/add.vue | 2 +- .../projectdemand/demandcollection/detail.vue | 156 ++++++++++-------- 3 files changed, 89 insertions(+), 71 deletions(-) diff --git a/src/assets/styles/index.scss b/src/assets/styles/index.scss index e35bb62..d94c6bf 100644 --- a/src/assets/styles/index.scss +++ b/src/assets/styles/index.scss @@ -379,7 +379,7 @@ html, body, #app, .el-container, .el-aside, .el-main { margin-top: 10px; z-index: 666; position: absolute; - top: -20px; + //top: -20px; } .el-overlay-dialog { diff --git a/src/views/projectdemand/demandcollection/add.vue b/src/views/projectdemand/demandcollection/add.vue index 3ba0ebf..3a80b0a 100644 --- a/src/views/projectdemand/demandcollection/add.vue +++ b/src/views/projectdemand/demandcollection/add.vue @@ -4,7 +4,7 @@
- + diff --git a/src/views/projectdemand/demandcollection/detail.vue b/src/views/projectdemand/demandcollection/detail.vue index 0cbf1cc..7e986c6 100644 --- a/src/views/projectdemand/demandcollection/detail.vue +++ b/src/views/projectdemand/demandcollection/detail.vue @@ -1,71 +1,74 @@