From de1de0e73bd260cb1babe7b15c9e943a381009de Mon Sep 17 00:00:00 2001 From: web <candymxq888@outlook.com> Date: 星期五, 21 三月 2025 17:22:26 +0800 Subject: [PATCH] feat:增加温度系统界面 --- src/views/system/dict/index.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/system/dict/index.vue b/src/views/system/dict/index.vue index 81625f0..28040ea 100644 --- a/src/views/system/dict/index.vue +++ b/src/views/system/dict/index.vue @@ -342,7 +342,7 @@ :key="index" align="center" ></el-table-column> - <el-table-column label="操作" width="180" align="center" class-name="small-padding fixed-width"> + <el-table-column label="操作" align="center" class-name="small-padding fixed-width"> <template #default="scope"> <el-button link type="primary" icon="Edit" @click="handleDetail(scope.row)">查看字典数据</el-button> <el-button link type="primary" icon="Edit" @click="handleUpdate(scope.row)">修改</el-button> @@ -405,7 +405,7 @@ > </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="dataForm.dictValue == scope.row.dictValue ? 'warning' : 'primary'" icon="Edit" @click="handleUpdateData(scope.row)">修改 @@ -416,7 +416,7 @@ </el-table-column> </el-table> <el-form title="添加数据" v-show="isHandle" class="dataForm-box" ref="postDataRef" :rules="dataRules" - :model="dataForm" inline label-width="100px"> + :model="dataForm" inline label-width="6.25rem"> <el-form-item prop="dictType"> <span>{{ dataForm.dictType }}</span> </el-form-item> -- Gitblit v1.9.3