From 2ef94e4d2f11933aabb33e303792fd7feb31844d Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Wed, 28 May 2025 09:52:42 +0800
Subject: [PATCH] feat: 去除高度自适应
---
src/views/system/user.vue | 2 --
src/option/system/dict.js | 2 --
src/styles/common.scss | 2 +-
3 files changed, 1 insertions(+), 5 deletions(-)
diff --git a/src/option/system/dict.js b/src/option/system/dict.js
index aac2d8a..b76bb04 100644
--- a/src/option/system/dict.js
+++ b/src/option/system/dict.js
@@ -1,6 +1,4 @@
export const optionParent = {
- height: 'auto',
- calcHeight: 32,
tip: false,
searchShow: true,
searchMenuSpan: 10,
diff --git a/src/styles/common.scss b/src/styles/common.scss
index b5dfd66..dcbf1b2 100644
--- a/src/styles/common.scss
+++ b/src/styles/common.scss
@@ -82,7 +82,7 @@
flex: 1;
overflow-y: auto;
overflow-x: hidden;
- margin-bottom: 10px;
+ margin-bottom: 0;
}
.avue-view {
diff --git a/src/views/system/user.vue b/src/views/system/user.vue
index b420fe9..f8a282d 100644
--- a/src/views/system/user.vue
+++ b/src/views/system/user.vue
@@ -218,8 +218,6 @@
},
},
option: {
- height: 'auto',
- calcHeight: 140,
tip: false,
searchShow: true,
searchMenuSpan: 6,
--
Gitblit v1.9.3