diff --git a/src/components/configure/AlarmConfiguration.vue b/src/components/configure/AlarmConfiguration.vue index 6805b5e..eefc3fc 100644 --- a/src/components/configure/AlarmConfiguration.vue +++ b/src/components/configure/AlarmConfiguration.vue @@ -564,7 +564,7 @@ width: 60px; height: 60px; line-height: 60px; - color: white; + color: var(--white); text-align: center; } .Dialog2ListButton { diff --git a/src/components/configure/AlarmConfiguration.vue b/src/components/configure/AlarmConfiguration.vue index 6805b5e..eefc3fc 100644 --- a/src/components/configure/AlarmConfiguration.vue +++ b/src/components/configure/AlarmConfiguration.vue @@ -564,7 +564,7 @@ width: 60px; height: 60px; line-height: 60px; - color: white; + color: var(--white); text-align: center; } .Dialog2ListButton { diff --git a/src/components/configure/PatrolConfiguration.vue b/src/components/configure/PatrolConfiguration.vue index 0e09393..c88af4e 100644 --- a/src/components/configure/PatrolConfiguration.vue +++ b/src/components/configure/PatrolConfiguration.vue @@ -623,7 +623,7 @@ width: 20%; float: left; text-align: center; - color: aqua; + color: var(--diatitle); } .TJD { width: 100px;