改小程序订单列表样式

This commit is contained in:
Double-_-Z 2025-08-17 17:37:36 +08:00
parent 3f345e787d
commit 788d7fc865

View File

@ -250,7 +250,7 @@ export default {
.item-self{ .item-self{
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: space-between; // justify-content: space-between;
font-family: Source Han Sans SC; font-family: Source Han Sans SC;
font-weight: 500; font-weight: 500;
font-size: 28rpx; font-size: 28rpx;
@ -259,7 +259,7 @@ export default {
margin-top: 6rpx; margin-top: 6rpx;
} }
.item-phone{ .item-phone{
margin-bottom: 6rpx; margin-top: 14rpx;
font-family: Arial; font-family: Arial;
} }
} }