From e583f5ca6f6c7845ef4d55ff4db13214dacbe059 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 20 三月 2025 13:32:22 +0800
Subject: [PATCH] 样式修改

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

diff --git a/src/components/Table/lims-table.vue b/src/components/Table/lims-table.vue
index 3accd8a..4915359 100644
--- a/src/components/Table/lims-table.vue
+++ b/src/components/Table/lims-table.vue
@@ -14,7 +14,7 @@
         :filters="item.filters" :fixed="item.fixed" :label="item.label" :prop="item.prop"
                        :show-overflow-tooltip="item.dataType === 'action' || item.dataType === 'slot' ? false : true"
                        :min-width="item.dataType == 'action' ? btnWidth : getTitleWidth(item)"
-        :sortable="item.sortable ? true : false" :type="item.type" :width="item.dataType == 'action' ? btnWidth : getTitleWidth(item)" align="center">
+        :sortable="item.sortable ? true : false" :type="item.type" :width="item.dataType == 'action' ? btnWidth : item.width" align="center">
         <!-- <div class="123" v-if="item.type == ''"> -->
         <template v-if="item.hasOwnProperty('colunmTemplate')" :slot="item.colunmTemplate" slot-scope="scope">
           <slot v-if="item.theadSlot" :index="index" :name="item.theadSlot" :row="scope.row" />
@@ -492,10 +492,6 @@
   padding-left: 10px !important;
 }
 
->>>.el-table__body-wrapper::-webkit-scrollbar {
-  height: 10px;
-  /* 璁剧疆婊氬姩鏉″搴� */
-}
 .lims-table .highlight-warning-row-border td:first-child {
   border-left: 4px solid #ffcd29;
 }

--
Gitblit v1.9.3