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> </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;