style(realAuth): 调整实名认证页面样式

-移除实名认证页面字段标签的固定宽度
- 调整字段标签和值的布局方式
This commit is contained in:
xingyy 2025-02-18 16:38:42 +08:00
parent 62fb1fd2ff
commit a4332895c2

View File

@ -145,8 +145,8 @@ const goLogin=()=>{
</template>
<style scoped>
:deep(.van-cell__title.van-field__label){
width: 80px!important;
:deep(.van-cell__title, .van-cell__value){
flex: initial;
}
:deep(.van-tabs__line) {
height: 2px;