3.18提交
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
<text class="value amount" :class="amountClass">{{ detail.accountStr || '-' }}元</text>
|
||||
</view>
|
||||
<view class="detail-row">
|
||||
<text class="label">患者:</text>
|
||||
<text class="label">用户:</text>
|
||||
<text class="value">{{ detail.userName || '-' }}</text>
|
||||
</view>
|
||||
<view class="detail-row">
|
||||
|
||||
@@ -292,7 +292,7 @@ onMounted(() => {
|
||||
&.user {
|
||||
flex: 1;
|
||||
text-align: center;
|
||||
color: #ff0000;
|
||||
color: #8B2316;
|
||||
}
|
||||
|
||||
&.date-amount {
|
||||
@@ -304,7 +304,7 @@ onMounted(() => {
|
||||
|
||||
.date {
|
||||
font-size: 24rpx;
|
||||
color: #666;
|
||||
color: #999;
|
||||
margin-bottom: 4rpx;
|
||||
}
|
||||
|
||||
@@ -312,11 +312,11 @@ onMounted(() => {
|
||||
font-size: 24rpx;
|
||||
|
||||
&.positive {
|
||||
color: #ff0000;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
&.negative {
|
||||
color: #666;
|
||||
color: #000;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user