fix:修改样式

pull/8/head
kele 2023-03-20 18:37:10 +08:00
parent 8aa295b02d
commit e6dfc3979a
1 changed files with 0 additions and 5 deletions

View File

@ -3,7 +3,6 @@
<s-layout title="收银台">
<view class="bg-white ss-modal-box ss-flex-col">
<view class="modal-header ss-flex-col ss-col-center ss-row-center">
<text class="modal-title ss-m-b-30">收银台</text>
<view class="money-box ss-m-b-20">
<text class="money-text">{{ state.orderInfo.pay_fee }}</text>
</view>
@ -277,10 +276,6 @@
position: relative;
padding: 60rpx 20rpx 40rpx;
.modal-title {
font-size: 32rpx;
font-weight: 500;
}
.money-text {
color: $red;