From 2045f3ec13a528e1acf6961da156c5204974e3bd Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Thu, 29 May 2025 09:43:54 +0800
Subject: [PATCH] feat: 统一去除高度

---
 src/views/system/user.vue |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/views/system/user.vue b/src/views/system/user.vue
index 951cf6c..2ac2490 100644
--- a/src/views/system/user.vue
+++ b/src/views/system/user.vue
@@ -1085,7 +1085,7 @@
 };
 </script>
 
-<style>
+<style lang="scss">
 .box {
   height: 800px;
 }
@@ -1097,4 +1097,6 @@
 .box .el-scrollbar__wrap {
   overflow: scroll;
 }
+
+
 </style>

--
Gitblit v1.9.3