diff --git a/web/public/js/components/common/labels.js b/web/public/js/components/common/labels.js
index 30164e40..331b03fa 100644
--- a/web/public/js/components/common/labels.js
+++ b/web/public/js/components/common/labels.js
@@ -1,7 +1,7 @@
// 启用状态标签
Vue.component("label-on", {
props: ["v-is-on"],
- template: '
已启用已停用
'
+ template: '已启用已停用
'
})
// 文字代码标签
diff --git a/web/views/@default/clusters/cluster/settings/toa/index.html b/web/views/@default/clusters/cluster/settings/toa/index.html
index 1dea7afd..3a5447b3 100644
--- a/web/views/@default/clusters/cluster/settings/toa/index.html
+++ b/web/views/@default/clusters/cluster/settings/toa/index.html
@@ -3,14 +3,14 @@
{$template "/left_menu_with_menu"}