🐞 fix:【ID1000684】

申请退货时,其他说明文本框点击后,标题显示不全(ps:安卓系统)
This commit is contained in:
Haiyi 2022-11-14 13:58:02 +08:00
parent 18b4a8cd09
commit e61baf80a4
2 changed files with 7 additions and 6 deletions

View File

@ -339,16 +339,16 @@
}
.descBox {
padding: 24px 0px 24px 0px;
margin: 32px;
background: #FFFFFF;
border-radius: 16px 16px 0px 0px;
overflow: hidden;
.title {
font-size: 28px;
font-weight: 500;
color: #000000;
margin-top: 24px;
// margin-top: 24px;
margin-left: 32px;
}
@ -366,7 +366,7 @@
font-size: 28px;
font-weight: 400;
color: #000000;
margin-bottom: 32px;
// margin-bottom: 32px;
}

View File

@ -319,16 +319,17 @@
.descBox {
padding: 24px 0px 24px 0px;
margin: 32px;
background: #FFFFFF;
border-radius: 16px 16px 0px 0px;
overflow: hidden;
// overflow: hidden;
.title {
font-size: 28px;
font-weight: 500;
color: #000000;
margin-top: 24px;
// margin-top: 24px;
margin-left: 32px;
}
@ -346,7 +347,7 @@
font-size: 28px;
font-weight: 400;
color: #000000;
margin-bottom: 32px;
// margin-bottom: 32px;
}