mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
This commit is contained in:
@@ -65,6 +65,9 @@ function useRender<T>(
|
||||
if (realMinWidth.value) {
|
||||
column.minWidth = realMinWidth.value
|
||||
}
|
||||
if (!realWidth.value && realMinWidth.value) {
|
||||
column.width = undefined
|
||||
}
|
||||
if (!column.minWidth) {
|
||||
column.minWidth = 80
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user