From 91b1e1f060de380d5decfed7149d2f6d344d5eb6 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Mon, 08 Sep 2025 17:44:56 +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