From 8845bb3db055e7d57b0d814d3d2badb86bce7892 Mon Sep 17 00:00:00 2001 From: xingyy <64720302+Concur-max@users.noreply.github.com> Date: Tue, 18 Feb 2025 16:42:27 +0800 Subject: [PATCH] =?UTF-8?q?style(app):=20=E8=B0=83=E6=95=B4=20Cell=20?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 app.vue 中添加全局样式,调整 Cell组件的标题和值的布局- 在 realAuth 页面中移除重复的 Cell 样式定义,简化代码结构 --- app/app.vue | 4 +++- app/pages/realAuth/index.vue | 4 +--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/app.vue b/app/app.vue index a373a9a..4f70462 100644 --- a/app/app.vue +++ b/app/app.vue @@ -82,5 +82,7 @@ provide('slideDirection', slideDirection) :root { --safe-area-inset-bottom: env(safe-area-inset-bottom); } - +:deep(.van-cell__title, .van-cell__value){ + flex: initial; +} \ No newline at end of file diff --git a/app/pages/realAuth/index.vue b/app/pages/realAuth/index.vue index 011127d..03e96bf 100644 --- a/app/pages/realAuth/index.vue +++ b/app/pages/realAuth/index.vue @@ -145,9 +145,7 @@ const goLogin=()=>{