From f7bd30c0b016c3766bdbd931e28ff90a8e05c7ba Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期一, 04 三月 2024 16:19:09 +0800
Subject: [PATCH] 完成设备工具明细弹框

---
 src/components/tool/value-table.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/components/tool/value-table.vue b/src/components/tool/value-table.vue
index c9999e0..58c9f01 100644
--- a/src/components/tool/value-table.vue
+++ b/src/components/tool/value-table.vue
@@ -66,7 +66,7 @@
 						<span v-else>{{scope.row[a.label]}}</span>
 					</template>
 				</el-table-column>
-				<el-table-column fixed="right" align="center" label="鎿嶄綔" :width="50 + data.do.length * 30"
+				<el-table-column fixed="right" align="center" label="鎿嶄綔" :width="60 + data.do.length * 35"
 					v-if="data.do.length > 0">
 					<template slot-scope="scope">
 						<el-button v-for="(a, ai) in data.do" :key="ai" :type="a.type"

--
Gitblit v1.9.3