fix: 测试样式bug统一修复。

This commit is contained in:
tianyongbao
2026-02-04 10:39:53 +08:00
parent 15d0502bb1
commit 30b3475ed7
12 changed files with 43 additions and 43 deletions

View File

@@ -483,12 +483,12 @@ page {
&.status-normal { &.status-normal {
background-color: rgba(82, 196, 26, 0.2); background-color: rgba(82, 196, 26, 0.2);
color: #ffffff; color: #52c41a;
} }
&.status-disabled { &.status-disabled {
background-color: rgba(255, 77, 79, 0.2); background-color: rgba(255, 77, 79, 0.15);
color: #ffffff; color: #ff4d4f;
} }
} }
} }

View File

@@ -476,12 +476,12 @@ page {
&.status-normal { &.status-normal {
background-color: rgba(82, 196, 26, 0.2); background-color: rgba(82, 196, 26, 0.2);
color: #ffffff; color: #52c41a;
} }
&.status-disabled { &.status-disabled {
background-color: rgba(255, 77, 79, 0.2); background-color: rgba(255, 77, 79, 0.15);
color: #ffffff; color: #ff4d4f;
} }
} }
} }

View File

@@ -491,12 +491,12 @@ page {
&.status-normal { &.status-normal {
background-color: rgba(82, 196, 26, 0.2); background-color: rgba(82, 196, 26, 0.2);
color: #ffffff; color: #52c41a;
} }
&.status-disabled { &.status-disabled {
background-color: rgba(255, 77, 79, 0.2); background-color: rgba(255, 77, 79, 0.15);
color: #ffffff; color: #ff4d4f;
} }
} }
} }

View File

@@ -556,12 +556,12 @@ page {
&.status-normal { &.status-normal {
background-color: rgba(82, 196, 26, 0.2); background-color: rgba(82, 196, 26, 0.2);
color: #ffffff; color: #52c41a;
} }
&.status-disabled { &.status-disabled {
background-color: rgba(255, 77, 79, 0.2); background-color: rgba(255, 77, 79, 0.15);
color: #ffffff; color: #ff4d4f;
} }
} }
} }

View File

@@ -528,12 +528,12 @@ page {
&.status-normal { &.status-normal {
background-color: rgba(82, 196, 26, 0.2); background-color: rgba(82, 196, 26, 0.2);
color: #ffffff; color: #52c41a;
} }
&.status-disabled { &.status-disabled {
background-color: rgba(255, 77, 79, 0.2); background-color: rgba(255, 77, 79, 0.15);
color: #ffffff; color: #ff4d4f;
} }
} }
} }

View File

@@ -489,12 +489,12 @@ page {
&.status-normal { &.status-normal {
background-color: rgba(82, 196, 26, 0.2); background-color: rgba(82, 196, 26, 0.2);
color: #ffffff; color: #52c41a;
} }
&.status-disabled { &.status-disabled {
background-color: rgba(255, 77, 79, 0.2); background-color: rgba(255, 77, 79, 0.15);
color: #ffffff; color: #ff4d4f;
} }
} }
} }

View File

@@ -517,12 +517,12 @@ page {
&.status-normal { &.status-normal {
background-color: rgba(82, 196, 26, 0.2); background-color: rgba(82, 196, 26, 0.2);
color: #ffffff; color: #52c41a;
} }
&.status-disabled { &.status-disabled {
background-color: rgba(255, 77, 79, 0.2); background-color: rgba(255, 77, 79, 0.15);
color: #ffffff; color: #ff4d4f;
} }
} }
} }

View File

@@ -506,12 +506,12 @@ page {
&.status-normal { &.status-normal {
background-color: rgba(82, 196, 26, 0.2); background-color: rgba(82, 196, 26, 0.2);
color: #ffffff; color: #52c41a;
} }
&.status-disabled { &.status-disabled {
background-color: rgba(255, 77, 79, 0.2); background-color: rgba(255, 77, 79, 0.15);
color: #ffffff; color: #ff4d4f;
} }
} }
} }

View File

@@ -74,7 +74,7 @@
</view> </view>
</view> </view>
<view class="balance-section"> <view class="balance-section">
<view class="status-tag" :class="item.status === '0' ? 'status-normal' : 'status-disabled'"> <view class="status-tag" :class="item.status == 0 ? 'status-normal' : 'status-disabled'">
{{ dictStr(item.status, statusList) }} {{ dictStr(item.status, statusList) }}
</view> </view>
</view> </view>
@@ -556,12 +556,12 @@ page {
&.status-normal { &.status-normal {
background-color: rgba(82, 196, 26, 0.2); background-color: rgba(82, 196, 26, 0.2);
color: #ffffff; color: #52c41a;
} }
&.status-disabled { &.status-disabled {
background-color: rgba(255, 77, 79, 0.2); background-color: rgba(255, 77, 79, 0.15);
color: #ffffff; color: #ff4d4f;
} }
} }
} }

View File

@@ -522,12 +522,12 @@ page {
&.status-normal { &.status-normal {
background-color: rgba(82, 196, 26, 0.2); background-color: rgba(82, 196, 26, 0.2);
color: #ffffff; color: #52c41a;
} }
&.status-disabled { &.status-disabled {
background-color: rgba(255, 77, 79, 0.2); background-color: rgba(255, 77, 79, 0.15);
color: #ffffff; color: #ff4d4f;
} }
} }
} }

View File

@@ -473,12 +473,12 @@ page {
&.status-normal { &.status-normal {
background-color: rgba(82, 196, 26, 0.2); background-color: rgba(82, 196, 26, 0.2);
color: #ffffff; color: #52c41a;
} }
&.status-disabled { &.status-disabled {
background-color: rgba(255, 77, 79, 0.2); background-color: rgba(255, 77, 79, 0.15);
color: #ffffff; color: #ff4d4f;
} }
} }
} }

View File

@@ -533,12 +533,12 @@ function dictStr(value, list) {
&.status-normal { &.status-normal {
background-color: rgba(82, 196, 26, 0.2); background-color: rgba(82, 196, 26, 0.2);
color: #ffffff; color: #52c41a;
} }
&.status-disabled { &.status-disabled {
background-color: rgba(255, 77, 79, 0.2); background-color: rgba(255, 77, 79, 0.15);
color: #ffffff; color: #ff4d4f;
} }
} }
} }