From 4154c2779a6a033f57dde2743dc1c48e60d6def3 Mon Sep 17 00:00:00 2001 From: ‘chensiAb’ <‘chenchenco03@163.com’> Date: Tue, 15 Apr 2025 17:27:36 +0800 Subject: [PATCH] style:checkBox-非弹窗模式下-无数据样式微调 --- layout/navCustomBar/cNavCustomBar.scss | 12 ++++++++++-- 1 files changed, 10 insertions(+), 2 deletions(-) diff --git a/layout/navCustomBar/cNavCustomBar.scss b/layout/navCustomBar/cNavCustomBar.scss index 00795e8..59a72fa 100644 --- a/layout/navCustomBar/cNavCustomBar.scss +++ b/layout/navCustomBar/cNavCustomBar.scss @@ -23,7 +23,7 @@ align-items: center; width: 100%; height: 100%; - padding-left: 20px; + padding-left: 16px; box-sizing: border-box; } .c-nav-back-icon { @@ -31,10 +31,18 @@ align-items: center; width: 100%; height: 100%; - padding-left: 20px; + padding-left: 4px; box-sizing: border-box; } } + .c-nav-title-back { + font-size: 34px; + color: #000; + font-weight: 500; + display: flex; + align-items: center; + justify-content: center; + } .c-nav-title { display: flex; align-items: center; -- Gitblit v1.9.1