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