优化样式
This commit is contained in:
@@ -392,6 +392,10 @@
|
||||
justify-content: center;
|
||||
gap: 12px;
|
||||
|
||||
Image {
|
||||
width: 52vw;
|
||||
}
|
||||
|
||||
.emptyTip {
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
font-feature-settings: "liga" off, "clig" off;
|
||||
|
||||
@@ -403,7 +403,7 @@ const OrderList = () => {
|
||||
)}
|
||||
{flatList.length === 0 && (
|
||||
<View className={styles.emptyNotice}>
|
||||
<Image src={emptyContent} />
|
||||
<Image mode="widthFix" src={emptyContent} />
|
||||
<Text className={styles.emptyTip}>暂时没有订单</Text>
|
||||
</View>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user