优化代码

This commit is contained in:
java110 2022-08-18 15:45:17 +08:00
parent 289a70aa03
commit 32a76ad73e
2 changed files with 3 additions and 2 deletions

View File

@ -11,7 +11,7 @@
</view>
</view>
</view>
<!-- #ifdef H5 -->
<view class="order_box">
<view class="order_title">我的订单</view>
<view class="order_list">
@ -23,6 +23,7 @@
</view>
</view>
</view>
<!-- #endif -->
</view>
</template>

View File

@ -224,7 +224,7 @@
display: flex;
align-items: center;
justify-content: space-around;
padding: 10upx 50upx;
padding: 20upx 50upx;
border-radius: 20upx;
.money_item {