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/page/index/index.vue | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/src/page/index/index.vue b/src/page/index/index.vue
index 9088b84..1079687 100644
--- a/src/page/index/index.vue
+++ b/src/page/index/index.vue
@@ -112,3 +112,16 @@
},
};
</script>
+
+<style lang="scss" scoped>
+#avue-view{
+ :deep(){
+ .avue-crud__body{
+ .el-form{
+ height: 745px;
+ overflow: auto;
+ }
+ }
+ }
+}
+</style>
--
Gitblit v1.9.3