gaoluyang
2025-03-20 e583f5ca6f6c7845ef4d55ff4db13214dacbe059
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;
}