diff --git a/nezha-fronted/src/components/common/table/alert/alertRuleTable.vue b/nezha-fronted/src/components/common/table/alert/alertRuleTable.vue
index 8076825c2..f7f5bda7f 100644
--- a/nezha-fronted/src/components/common/table/alert/alertRuleTable.vue
+++ b/nezha-fronted/src/components/common/table/alert/alertRuleTable.vue
@@ -75,8 +75,6 @@
style="margin-left: 14px"
slot="reference"
v-model="scope.row.schedEnable"
- active-icon-class="switch-open"
- inactive-icon-class="switch-shut"
:active-value="1"
:inactive-value="0"
@change="(val)=>{$emit('statusChange', scope.row)}"
diff --git a/nezha-fronted/src/components/page/config/assetState.vue b/nezha-fronted/src/components/page/config/assetState.vue
index 0e3d2d2b2..73f9557d7 100644
--- a/nezha-fronted/src/components/page/config/assetState.vue
+++ b/nezha-fronted/src/components/page/config/assetState.vue
@@ -61,8 +61,6 @@
:active-value="1"
:disabled="!hasButton('assetState_toEdit')"
:inactive-value="0"
- active-icon-class="switch-open"
- inactive-icon-class="switch-shut"
@change="(val)=>{statusChange(scope.row)}">
{statusChange(scope.row)}">
{statusChange(scope.row)}">
{{scope.row[item.prop]}}
diff --git a/nezha-fronted/src/components/page/config/system.vue b/nezha-fronted/src/components/page/config/system.vue
index 81fc85c81..527639341 100644
--- a/nezha-fronted/src/components/page/config/system.vue
+++ b/nezha-fronted/src/components/page/config/system.vue
@@ -68,17 +68,17 @@
-
+
{{$t('config.system.basic.pinPolicy')}} ({{$t('config.system.basic.pinPolicyValue')}})
-
+
-
+
diff --git a/nezha-fronted/src/components/page/config/system/notifyMethodTable.vue b/nezha-fronted/src/components/page/config/system/notifyMethodTable.vue
index f251035e7..c5abc5ac1 100644
--- a/nezha-fronted/src/components/page/config/system/notifyMethodTable.vue
+++ b/nezha-fronted/src/components/page/config/system/notifyMethodTable.vue
@@ -53,11 +53,11 @@
-
+
-
+
{{scope.row[item.prop]}}
-
diff --git a/nezha-fronted/src/components/page/dashboard/chartBox.vue b/nezha-fronted/src/components/page/dashboard/chartBox.vue
index f2c9ed34f..5cb85bcc2 100644
--- a/nezha-fronted/src/components/page/dashboard/chartBox.vue
+++ b/nezha-fronted/src/components/page/dashboard/chartBox.vue
@@ -165,8 +165,6 @@
v-model="editChart.param.time"
:active-value="true"
:inactive-value="false"
- active-icon-class="switch-open"
- inactive-icon-class="switch-shut"
size="small">
@@ -174,8 +172,6 @@
v-model="editChart.param.descending"
:active-value="true"
:inactive-value="false"
- active-icon-class="switch-open"
- inactive-icon-class="switch-shut"
size="small">
@@ -183,8 +179,6 @@
v-model="editChart.param.wrapLines"
:active-value="true"
:inactive-value="false"
- active-icon-class="switch-open"
- inactive-icon-class="switch-shut"
size="small">
@@ -328,8 +322,6 @@