From 841475250cc85895ce926b68e1f75781305c9071 Mon Sep 17 00:00:00 2001 From: cwchen <1048842385@qq.com> Date: Mon, 27 Oct 2025 18:21:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/enterpriseLibrary/tool/index.vue | 77 ++++++++++------------ 1 file changed, 36 insertions(+), 41 deletions(-) diff --git a/src/views/enterpriseLibrary/tool/index.vue b/src/views/enterpriseLibrary/tool/index.vue index 8eab0bc..8dea85a 100644 --- a/src/views/enterpriseLibrary/tool/index.vue +++ b/src/views/enterpriseLibrary/tool/index.vue @@ -7,37 +7,40 @@ 返回 - - - - - - +
+ + + + + + +
+ @@ -153,7 +156,7 @@ export default { display: flex; justify-content: flex-end; align-items: center; - margin-bottom: 30px; + margin-bottom: 20px; padding: 0 20px; .back-btn { @@ -175,15 +178,6 @@ export default { } } -.right-table-card { - height: 100%; - overflow-y: hidden; - transition: overflow-y 0.3s ease; - - &:hover { - overflow-y: auto; - } -} .add-btn { width: 121px; @@ -209,4 +203,5 @@ export default { margin-right: 0; } } +