From b1cb070ce6ca878386bf54b52e24886aa98c5f2c Mon Sep 17 00:00:00 2001 From: "juncheng.li" Date: Fri, 7 Apr 2023 11:00:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=AB=E6=8F=8F=E6=A1=86?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fe/PDA/common/new_style.css | 13 +++++++++---- fe/PDA/common/pdabasic.css | 2 +- fe/PDA/mycomponents/wincom/winComScan.vue | 4 ++-- fe/PDA/mycomponents/wincom/winScanByCode.vue | 12 ++++++------ fe/PDA/mycomponents/wincom/winScanByPack.vue | 6 +++--- fe/PDA/pages/login/index.vue | 2 +- fe/PDA/static/config.json | 6 +++--- 7 files changed, 25 insertions(+), 20 deletions(-) diff --git a/fe/PDA/common/new_style.css b/fe/PDA/common/new_style.css index fb452bccc..de46b58d0 100644 --- a/fe/PDA/common/new_style.css +++ b/fe/PDA/common/new_style.css @@ -405,16 +405,20 @@ uni-page-head .uni-page-head__title { } .popup_box .pop_title { - font-size: 1rem; + font-size: 0.9rem; font-weight: bold; color: #fff; - padding: 30rpx 20rpx; + padding: 15rpx 20rpx 5rpx 20rpx; + align-items: center; + /* position: absolute; */ + /* transform: translateY(-50%); */ + } .popup_box .pop_title text { font-size: .825rem; font-weight: normal; - margin-top: 10rpx; + margin-top: 5rpx; } .popup_box .uni-steps { @@ -455,6 +459,7 @@ uni-page-head .uni-page-head__title { position: relative; margin-bottom: 20rpx; background-color: #fff; + border-top-left-radius: 8rpx; border-top-right-radius: 8rpx; border-bottom-left-radius: 8rpx; border-bottom-right-radius: 8rpx; @@ -505,7 +510,7 @@ uni-page-head .uni-page-head__title { } .popup_box .pop_tab .tab_info textarea { - padding-top: 20rpx; + padding-top: 10rpx; } .list_wrap { diff --git a/fe/PDA/common/pdabasic.css b/fe/PDA/common/pdabasic.css index 491c9481c..1f6f6861c 100644 --- a/fe/PDA/common/pdabasic.css +++ b/fe/PDA/common/pdabasic.css @@ -600,7 +600,7 @@ export function getItemTypeStyle(val) { } */ .conbox { - padding: 10rpx 0; + /* padding: 10rpx 0; */ } .myinput { diff --git a/fe/PDA/mycomponents/wincom/winComScan.vue b/fe/PDA/mycomponents/wincom/winComScan.vue index 0f1929357..6bc0d6c54 100644 --- a/fe/PDA/mycomponents/wincom/winComScan.vue +++ b/fe/PDA/mycomponents/wincom/winComScan.vue @@ -2,8 +2,8 @@