diff --git a/nezha-fronted/src/assets/img/logo1-2.png b/nezha-fronted/src/assets/img/logo1-2.png new file mode 100644 index 000000000..aeddd5f17 Binary files /dev/null and b/nezha-fronted/src/assets/img/logo1-2.png differ diff --git a/nezha-fronted/src/components/common/bottomBox/tabs/endpointTab.vue b/nezha-fronted/src/components/common/bottomBox/tabs/endpointTab.vue index b47360dd0..a387c58f1 100644 --- a/nezha-fronted/src/components/common/bottomBox/tabs/endpointTab.vue +++ b/nezha-fronted/src/components/common/bottomBox/tabs/endpointTab.vue @@ -183,6 +183,7 @@ label: this.$t("project.endpoint.host"), prop: 'host', show: true, + width:200, },{ label: this.$t("project.endpoint.port"), prop: 'port', @@ -192,14 +193,17 @@ label: this.$t("overall.type"), prop: 'type', show: false, + width:200, },{ label: this.$t("project.endpoint.param"), prop: 'param', show: true, + width:200, },{ label: this.$t("project.endpoint.path"), prop: 'path', show: true, + width:200, },{ label: this.$t("alert.list.state"), prop: 'state', @@ -209,6 +213,7 @@ label: this.$t("project.endpoint.alerts"), prop: 'alerts', show: true, + width:150, }, /*{ label: this.$t("project.endpoint.lastUpdate"), diff --git a/nezha-fronted/src/components/common/header.vue b/nezha-fronted/src/components/common/header.vue index c34e40a14..0dbf8718b 100644 --- a/nezha-fronted/src/components/common/header.vue +++ b/nezha-fronted/src/components/common/header.vue @@ -1,6 +1,9 @@