From 1ef56b68318629e24f8e42406822059262d392b9 Mon Sep 17 00:00:00 2001 From: coder77 <2293444075@qq.com> Date: Thu, 10 Apr 2025 11:03:25 +0800 Subject: [PATCH] Merge branch 'master_dev' of ssh://dev.zhiheiot.com:29418/mob-components into master_dev --- plugins/baiduMap/cBaiduMap.scss | 13 +++++++++---- 1 files changed, 9 insertions(+), 4 deletions(-) diff --git a/plugins/baiduMap/cBaiduMap.scss b/plugins/baiduMap/cBaiduMap.scss index 0bd329f..49d5f70 100644 --- a/plugins/baiduMap/cBaiduMap.scss +++ b/plugins/baiduMap/cBaiduMap.scss @@ -27,27 +27,32 @@ .map-controls-top { display: flex; + width: 100%; justify-content: space-between; align-items: center; height: 100px; padding: 0 20px; + box-sizing: border-box; .at-button { - width: 45%; + width: calc(50% - 6px); height: 76px !important; line-height: 72px; font-size: 40px; + margin: 0; } } .map-controls-bottom { display: flex; - align-items: center; - height: 100px; + width: 100%; + height: 88px; padding: 0 20px; + box-sizing: border-box; .at-button { - width: 95%; + width: 100%; height: 76px !important; line-height: 72px; font-size: 40px; + margin: 0; } } } -- Gitblit v1.9.1