diff --git a/nezha-fronted/src/components/common/table/settings/modelTable.vue b/nezha-fronted/src/components/common/table/settings/modelTable.vue index f8588093a..80d19d6ee 100644 --- a/nezha-fronted/src/components/common/table/settings/modelTable.vue +++ b/nezha-fronted/src/components/common/table/settings/modelTable.vue @@ -109,7 +109,7 @@ export default { label: this.$t('config.model.name'), prop: 'name', show: true, - width: 350, + minWidth: 350, sortable: 'custom' }, { label: this.$t('config.model.brand'),