From ed045ba14d6953c215cfaee975767e6b93f165ee Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期二, 08 十月 2024 10:30:43 +0800 Subject: [PATCH] # --- zy-acs-flow/src/map/MapPage.jsx | 13 ++++++++----- 1 files changed, 8 insertions(+), 5 deletions(-) diff --git a/zy-acs-flow/src/map/MapPage.jsx b/zy-acs-flow/src/map/MapPage.jsx index b303556..f334cc3 100644 --- a/zy-acs-flow/src/map/MapPage.jsx +++ b/zy-acs-flow/src/map/MapPage.jsx @@ -35,6 +35,7 @@ return ( <Box sx={{ + margin: '0 -8px', // 鎶垫秷鐖跺鍣ㄧ殑宸﹀彸鍐呰竟璺� height: '100%', display: 'flex', flexDirection: 'column', @@ -45,9 +46,11 @@ sx={{ display: 'flex', alignItems: 'center', - backgroundColor: 'rgb(47, 104, 172)', // 浣跨敤涓婚棰滆壊 - color: '#fff', - padding: '8px 16px', + backgroundColor: '#f5f5f5', // 娴呰壊鑳屾櫙 + color: '#000', + padding: '0 16px', + height: '64px', // 鍥哄畾楂樺害 + flexShrink: 0, }} > {/* 宸︿晶鎼滅储妗� */} @@ -96,7 +99,7 @@ sx={{ flexGrow: 1, position: 'relative', - backgroundColor: '#e0e0e0', // 鏇寸編瑙傜殑鑳屾櫙鑹� + backgroundColor: '#fff', // 鍦板浘鍖哄煙鑳屾櫙鑹� }} > {/* 鍦板浘鍗犱綅绗� */} @@ -104,7 +107,7 @@ sx={{ width: '100%', height: '100%', - backgroundColor: '#f5f5f5', + backgroundColor: '#e0e0e0', }} /> {/* Speed Dial缁勪欢 */} -- Gitblit v1.9.1