style(realAuth): 调整实名认证页面样式
-移除实名认证页面字段标签的固定宽度 - 调整字段标签和值的布局方式
This commit is contained in:
parent
62fb1fd2ff
commit
a4332895c2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user