style(app): 调整 Cell 组件样式

- 在 app.vue 中添加全局样式,调整 Cell组件的标题和值的布局- 在 realAuth 页面中移除重复的 Cell 样式定义,简化代码结构
This commit is contained in:
xingyy 2025-02-18 16:42:27 +08:00
parent a4332895c2
commit 8845bb3db0
2 changed files with 4 additions and 4 deletions

View File

@ -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>

View File

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