From 4d97dc5f8307702e5a13f9fa30fccda764a2ac7d Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 16 四月 2025 15:22:32 +0800
Subject: [PATCH] 能力范围-设备绑定下拉框可搜索

---
 src/components/Table/lims-table.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/Table/lims-table.vue b/src/components/Table/lims-table.vue
index f840a01..cb4eb0f 100644
--- a/src/components/Table/lims-table.vue
+++ b/src/components/Table/lims-table.vue
@@ -302,8 +302,8 @@
           count += a.name.length;
         }
       });
-      this.btnWidth = count * 15 + 60 + "px";
-      return count * 15 + 60 + "px";
+      this.btnWidth = count * 18 + 60 + "px";
+      return count * 18 + 60 + "px";
     },
     getTitleWidth(row) {
       if (row.label.includes('鏃堕棿') || row.label.includes('缂栧彿') || row.label.includes('鏍峰搧鍚嶇О') || row.label.includes('闆朵欢')) {

--
Gitblit v1.9.3