🐞 fix(ID1000766):【售后】“查看物流回单”和“上传附件”,显示状态问题
This commit is contained in:
parent
4495b7c736
commit
561b680263
@ -79,25 +79,32 @@
|
||||
.bottom {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: flex-end;
|
||||
justify-content: space-between;
|
||||
margin-top: 24px;
|
||||
|
||||
.name {
|
||||
width: 84px;
|
||||
height: 34px;
|
||||
@include common_ellipsis();
|
||||
font-size: 28px;
|
||||
font-weight: 400;
|
||||
color: #000000;
|
||||
margin-right: 16px;
|
||||
.leftBottom {
|
||||
padding-left: 120px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
.name {
|
||||
width: 84px;
|
||||
height: 34px;
|
||||
@include common_ellipsis();
|
||||
font-size: 28px;
|
||||
font-weight: 400;
|
||||
color: #000000;
|
||||
margin-right: 16px;
|
||||
}
|
||||
|
||||
.phone {
|
||||
font-size: 28px;
|
||||
font-weight: 400;
|
||||
color: #000000;
|
||||
margin-right: 70px;
|
||||
}
|
||||
}
|
||||
|
||||
.phone {
|
||||
font-size: 28px;
|
||||
font-weight: 400;
|
||||
color: #000000;
|
||||
margin-right: 70px;
|
||||
}
|
||||
|
||||
.btn {
|
||||
width: 216px;
|
||||
@ -119,5 +126,4 @@
|
||||
margin-right: 32px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
@ -35,14 +35,13 @@ export default memo((props: propsObj) => {
|
||||
</View>
|
||||
<View className={styles.line}></View>
|
||||
<View className={styles.bottom}>
|
||||
<View className={styles.name}>{'谭先生'}</View>
|
||||
<View className={styles.phone}>{13242128982}</View>
|
||||
|
||||
<View className={styles.btn} onClick={() => handUp?.(obj)}>{seeFont}</View>
|
||||
|
||||
{/* {
|
||||
obj.stage !== 1 && <View className={styles.nobtn}></View>
|
||||
} */}
|
||||
<View className={styles.leftBottom}>
|
||||
<View className={styles.name}>{'谭先生'}</View>
|
||||
<View className={styles.phone}>{13242128982}</View>
|
||||
</View>
|
||||
{
|
||||
obj.stage != 0 && <View className={styles.btn} onClick={() => handUp?.(obj)}>{seeFont}</View>
|
||||
}
|
||||
</View>
|
||||
</View >
|
||||
)
|
||||
|
@ -179,6 +179,23 @@
|
||||
opacity: 0.1;
|
||||
}
|
||||
|
||||
.pussBox {
|
||||
margin-top: 15px;
|
||||
display: flex;
|
||||
|
||||
.pussName {
|
||||
font-size: 28px;
|
||||
font-weight: 500;
|
||||
color: #000000;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.pussPhone {
|
||||
font-size: 28px;
|
||||
font-weight: 500;
|
||||
color: #000000;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -330,4 +347,6 @@
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
@ -179,6 +179,23 @@
|
||||
opacity: 0.1;
|
||||
}
|
||||
|
||||
.pussBox {
|
||||
margin-top: 15px;
|
||||
display: flex;
|
||||
|
||||
.pussName {
|
||||
font-size: 28px;
|
||||
font-weight: 500;
|
||||
color: #000000;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.pussPhone {
|
||||
font-size: 28px;
|
||||
font-weight: 500;
|
||||
color: #000000;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user