订单售后
This commit is contained in:
parent
8eff3a0737
commit
c76d6f6448
@ -1,7 +1,7 @@
|
|||||||
.btns_list{
|
.btns_list{
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
margin-top: 30px;
|
// margin-top: 30px;
|
||||||
.btns_item{
|
.btns_item{
|
||||||
width: 152px;
|
width: 152px;
|
||||||
height: 72px;
|
height: 72px;
|
||||||
|
@ -44,6 +44,7 @@
|
|||||||
.color_item{
|
.color_item{
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
margin: 20px 0;
|
||||||
}
|
}
|
||||||
.image{
|
.image{
|
||||||
width: 70px;
|
width: 70px;
|
||||||
@ -55,7 +56,19 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.name_and_number{
|
.name_and_number{
|
||||||
|
padding-left: 30px;
|
||||||
|
flex:1;
|
||||||
|
text{
|
||||||
|
&:nth-child(1) {
|
||||||
|
font-weight: 700;
|
||||||
|
font-size: $font_size;
|
||||||
|
}
|
||||||
|
&:nth-child(2) {
|
||||||
|
color: $color_font_two;
|
||||||
|
font-size: $font_size;
|
||||||
|
margin-left: 20px;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -22,7 +22,14 @@ export default memo(() => {
|
|||||||
<View className={styles.color_item}>
|
<View className={styles.color_item}>
|
||||||
<View className={styles.image}><Image src={formatImgUrl('')}/></View>
|
<View className={styles.image}><Image src={formatImgUrl('')}/></View>
|
||||||
<View className={styles.name_and_number}><Text>1# 薄荷绿</Text><Text>x1</Text></View>
|
<View className={styles.name_and_number}><Text>1# 薄荷绿</Text><Text>x1</Text></View>
|
||||||
<View className={styles.name_and_number}>
|
<View className={styles.count}>
|
||||||
|
<Counter/>
|
||||||
|
</View>
|
||||||
|
</View>
|
||||||
|
<View className={styles.color_item}>
|
||||||
|
<View className={styles.image}><Image src={formatImgUrl('')}/></View>
|
||||||
|
<View className={styles.name_and_number}><Text>1# 薄荷绿</Text><Text>x1</Text></View>
|
||||||
|
<View className={styles.count}>
|
||||||
<Counter/>
|
<Counter/>
|
||||||
</View>
|
</View>
|
||||||
</View>
|
</View>
|
||||||
|
@ -226,7 +226,7 @@ import styles from './index.module.scss'
|
|||||||
<Remark onSave={(e) => getRemark(e)}/>
|
<Remark onSave={(e) => getRemark(e)}/>
|
||||||
</Popup>
|
</Popup>
|
||||||
<Payment onSubmitSuccess={onPaySuccess} show={payMentShow} onClose={closePayShow} orderInfo={payOrderInfo} />
|
<Payment onSubmitSuccess={onPaySuccess} show={payMentShow} onClose={closePayShow} orderInfo={payOrderInfo} />
|
||||||
<ApplyAfterSales/>
|
{/* <ApplyAfterSales/> */}
|
||||||
<View className="common_safe_area_y"></View>
|
<View className="common_safe_area_y"></View>
|
||||||
</View>
|
</View>
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user