feat: 给表格添加最小宽 优化宽度显示
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
:key="`col-${index}`"
|
||||
:label="item.label"
|
||||
:show-overflow-tooltip="item.prop != 'labels' && item.prop != 'alertRule'"
|
||||
min-width="110px"
|
||||
:min-width="item.minWidth || item.width"
|
||||
:sortable="$tableSet.sortableShow(item.prop,'alertMessage')"
|
||||
:prop="$tableSet.propTitle(item.prop,'alertMessage')"
|
||||
:sort-orders="['ascending', 'descending']"
|
||||
|
||||
Reference in New Issue
Block a user