style(realAuth): 调整实名认证页面样式
-移除实名认证页面字段标签的固定宽度 - 调整字段标签和值的布局方式
This commit is contained in:
parent
62fb1fd2ff
commit
a4332895c2
@ -145,8 +145,8 @@ const goLogin=()=>{
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
:deep(.van-cell__title.van-field__label){
|
:deep(.van-cell__title, .van-cell__value){
|
||||||
width: 80px!important;
|
flex: initial;
|
||||||
}
|
}
|
||||||
:deep(.van-tabs__line) {
|
:deep(.van-tabs__line) {
|
||||||
height: 2px;
|
height: 2px;
|
||||||
|
Loading…
Reference in New Issue
Block a user