From f0212046f348fcb936fc561ed510c57bb4f6de89 Mon Sep 17 00:00:00 2001 From: clay <20932067@zju.edu.cn> Date: Sat, 11 May 2024 20:38:05 +0800 Subject: [PATCH] =?UTF-8?q?build=20:=20=E4=BF=AE=E6=94=B9dm=E5=8F=91?= =?UTF-8?q?=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/styles/index.scss | 3 ++- src/views/projectdemand/demandcollection/detail.vue | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/assets/styles/index.scss b/src/assets/styles/index.scss index 6181c73..e35bb62 100644 --- a/src/assets/styles/index.scss +++ b/src/assets/styles/index.scss @@ -378,7 +378,8 @@ html, body, #app, .el-container, .el-aside, .el-main { .scale { margin-top: 10px; z-index: 666; - //position: absolute; + position: absolute; + top: -20px; } .el-overlay-dialog { diff --git a/src/views/projectdemand/demandcollection/detail.vue b/src/views/projectdemand/demandcollection/detail.vue index aaa074b..0cbf1cc 100644 --- a/src/views/projectdemand/demandcollection/detail.vue +++ b/src/views/projectdemand/demandcollection/detail.vue @@ -168,9 +168,11 @@ getTree() .approval-record { flex: 0.4; .process { + position: relative; //max-height: calc(100vh - 96px); //height: calc(100vh - 250px); - overflow: hidden; + //height: auto; + //overflow: hidden; &::-webkit-scrollbar { width: 6px;