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