From 3be2e099bbc05e902dfcfabc403ade0a2aba8ef4 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Mon, 21 Jul 2025 15:12:44 +0800
Subject: [PATCH] feat:数据中心优化

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

diff --git a/src/views/system/param.vue b/src/views/system/param.vue
index cfd47a8..ca255ec 100644
--- a/src/views/system/param.vue
+++ b/src/views/system/param.vue
@@ -1,7 +1,7 @@
 <template>
   <basic-container>
     <div class="avue-crud">
-      <el-row :hidden="!search" style="padding: 6px 18px">
+      <el-row :hidden="!search" class="rowStyle" >
         <!-- 查询模块 -->
         <el-form :inline="true" :model="query">
           <el-form-item label="参数名:">
@@ -369,3 +369,11 @@
   },
 };
 </script>
+
+<style scoped lang="scss">
+.rowStyle {
+padding: 6px 18px
+}
+
+ 
+</style>

--
Gitblit v1.9.3