From 01b9e7244825cac11146e3961cafa6525dad56f1 Mon Sep 17 00:00:00 2001
From: web <candymxq888@outlook.com>
Date: 星期五, 25 四月 2025 17:24:33 +0800
Subject: [PATCH] fix:水温监控添加定时器

---
 src/views/configuration/commonParameters/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/configuration/commonParameters/index.vue b/src/views/configuration/commonParameters/index.vue
index b355ad5..6464792 100644
--- a/src/views/configuration/commonParameters/index.vue
+++ b/src/views/configuration/commonParameters/index.vue
@@ -36,7 +36,7 @@
             align="center"
           >
         </el-table-column>
-          <el-table-column label="操作" width="180" align="center" class-name="small-padding fixed-width">
+          <el-table-column label="操作" width="auto" align="center" class-name="small-padding fixed-width">
              <template #default="scope">
                 <el-button link type="primary" icon="Edit" @click="handleUpdate(scope.row)">修改</el-button>
                 <el-button link type="primary" icon="Delete" @click="handleDelete(scope.row)">删除</el-button>

--
Gitblit v1.9.3