diff --git a/nezha-fronted/src/components/page/alert/config.vue b/nezha-fronted/src/components/page/alert/config.vue index 10c78663b..40738a6da 100644 --- a/nezha-fronted/src/components/page/alert/config.vue +++ b/nezha-fronted/src/components/page/alert/config.vue @@ -199,7 +199,7 @@ label: this.$t("alert.alertName"), prop: 'alertName', show: true, - width: 120 + // width: 120 }, { label: this.$t("alert.config.expr"), prop: 'expr', diff --git a/nezha-fronted/src/components/page/asset/asset.vue b/nezha-fronted/src/components/page/asset/asset.vue index f7bee88fd..ecd3d37f4 100644 --- a/nezha-fronted/src/components/page/asset/asset.vue +++ b/nezha-fronted/src/components/page/asset/asset.vue @@ -281,7 +281,7 @@ label: this.$t("asset.tableTitle.id"), prop: 'ID', show: true, - width: 110 + // width: 110 }, { label: this.$t("asset.tableTitle.assetType"), prop: 'assetType',