From ef96f17f28f7b852b4c4e6bb5084816539b73674 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Sat, 27 Sep 2025 11:42:13 +0800
Subject: [PATCH] feat:算法仓库优化

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

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

--
Gitblit v1.9.3