style(app): 调整 Cell 组件样式
- 在 app.vue 中添加全局样式,调整 Cell组件的标题和值的布局- 在 realAuth 页面中移除重复的 Cell 样式定义,简化代码结构
This commit is contained in:
parent
a4332895c2
commit
8845bb3db0
@ -82,5 +82,7 @@ provide('slideDirection', slideDirection)
|
|||||||
:root {
|
:root {
|
||||||
--safe-area-inset-bottom: env(safe-area-inset-bottom);
|
--safe-area-inset-bottom: env(safe-area-inset-bottom);
|
||||||
}
|
}
|
||||||
|
:deep(.van-cell__title, .van-cell__value){
|
||||||
|
flex: initial;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
@ -145,9 +145,7 @@ const goLogin=()=>{
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
:deep(.van-cell__title, .van-cell__value){
|
|
||||||
flex: initial;
|
|
||||||
}
|
|
||||||
:deep(.van-tabs__line) {
|
:deep(.van-tabs__line) {
|
||||||
height: 2px;
|
height: 2px;
|
||||||
width: 107px;
|
width: 107px;
|
||||||
|
Loading…
Reference in New Issue
Block a user