From a4845f13e62ab95fe8a7abb37af9530c3c0d0c3d Mon Sep 17 00:00:00 2001 From: zhangyu Date: Thu, 28 Oct 2021 14:13:37 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-1116=20fix=EF=BC=9A=20Asset=20model?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E8=AE=BE=E7=BD=AE=E9=BB=98=E8=AE=A4=E5=88=97?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E5=90=8E=E9=A1=B5=E9=9D=A2=E6=9C=89=E7=A9=BA?= =?UTF-8?q?=E7=99=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/common/table/settings/modelTable.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'),