From b972a93d5a8c7ec03192ccd22bbd2a4f06d320ec Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Sun, 28 Sep 2025 18:07:00 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/feature/v6.0/6.0.4' into feature/v6.0/6.0.4

---
 src/views/system/param.vue |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/views/system/param.vue b/src/views/system/param.vue
index 938a11c..3b157cc 100644
--- a/src/views/system/param.vue
+++ b/src/views/system/param.vue
@@ -125,6 +125,7 @@
       </el-row>
       <!-- 表单模块 -->
       <el-dialog
+        class="ztzf-dialog-mange"
         :title="title"
         v-model="box"
         width="50%"
@@ -369,8 +370,11 @@
   },
 };
 </script>
-<style scoped>
+
+<style scoped lang="scss">
 .rowStyle {
 padding: 6px 18px
 }
+
+ 
 </style>

--
Gitblit v1.9.3