From 74f3a7dcedba7e9aeac99287c3daf666a726d1d6 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Sat, 14 Jun 2025 13:53:29 +0800
Subject: [PATCH] Merge branch 'refs/heads/feature/v2.0.0/后台管理数据中心'
---
src/views/system/user.vue | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/src/views/system/user.vue b/src/views/system/user.vue
index 94043b3..ffe6b58 100644
--- a/src/views/system/user.vue
+++ b/src/views/system/user.vue
@@ -222,8 +222,8 @@
},
},
option: {
- height: 'auto',
- calcHeight: 140,
+ // height: 'auto',
+ // calcHeight: 140,
tip: false,
searchShow: true,
searchMenuSpan: 6,
@@ -1164,7 +1164,7 @@
};
</script>
-<style>
+<style lang="scss">
.box {
height: 800px;
}
@@ -1176,4 +1176,6 @@
.box .el-scrollbar__wrap {
overflow: scroll;
}
+
+
</style>
--
Gitblit v1.9.3