diff --git a/nezha-fronted/src/components/common/table/alert/alertRuleTable.vue b/nezha-fronted/src/components/common/table/alert/alertRuleTable.vue
index fe1099e64..8076825c2 100644
--- a/nezha-fronted/src/components/common/table/alert/alertRuleTable.vue
+++ b/nezha-fronted/src/components/common/table/alert/alertRuleTable.vue
@@ -75,7 +75,8 @@
style="margin-left: 14px"
slot="reference"
v-model="scope.row.schedEnable"
- active-color="#ee9d3f"
+ 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 228e0a384..0e3d2d2b2 100644
--- a/nezha-fronted/src/components/page/config/assetState.vue
+++ b/nezha-fronted/src/components/page/config/assetState.vue
@@ -61,7 +61,8 @@
:active-value="1"
:disabled="!hasButton('assetState_toEdit')"
:inactive-value="0"
- active-color="#ee9d3f"
+ 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 491658537..81fc85c81 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 24aad0d50..f251035e7 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 1dcb3e250..f2c9ed34f 100644
--- a/nezha-fronted/src/components/page/dashboard/chartBox.vue
+++ b/nezha-fronted/src/components/page/dashboard/chartBox.vue
@@ -165,7 +165,8 @@
v-model="editChart.param.time"
:active-value="true"
:inactive-value="false"
- active-color="#ee9d3f"
+ active-icon-class="switch-open"
+ inactive-icon-class="switch-shut"
size="small">
@@ -173,7 +174,8 @@
v-model="editChart.param.descending"
:active-value="true"
:inactive-value="false"
- active-color="#ee9d3f"
+ active-icon-class="switch-open"
+ inactive-icon-class="switch-shut"
size="small">
@@ -181,7 +183,8 @@
v-model="editChart.param.wrapLines"
:active-value="true"
:inactive-value="false"
- active-color="#ee9d3f"
+ active-icon-class="switch-open"
+ inactive-icon-class="switch-shut"
size="small">
@@ -325,7 +328,8 @@