From 0c57a22797de9196b0a89d43436e3afee8454e9f Mon Sep 17 00:00:00 2001 From: wangyue Date: Wed, 20 Jul 2022 15:51:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=B4=E9=83=A8=E6=A0=B7=E5=BC=8F=E5=AE=8C?= =?UTF-8?q?=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/sections/quanju/containers/heand/index.js | 3 ++- .../src/sections/quanju/containers/heand/style.less | 12 ++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/web/client/src/sections/quanju/containers/heand/index.js b/web/client/src/sections/quanju/containers/heand/index.js index 339ff20a..8d944a85 100644 --- a/web/client/src/sections/quanju/containers/heand/index.js +++ b/web/client/src/sections/quanju/containers/heand/index.js @@ -27,13 +27,14 @@ const Header = (props) => {
{ onClick("leadership") }}>领导驾驶舱
+
南昌县智慧交通监管系统
{ onClick("guanli") }}>管理
{ onClick("operation") }}>运营
-
dianji()}>南昌县运输交通总局
+
dianji()}>南昌县运输交通总局
) } diff --git a/web/client/src/sections/quanju/containers/heand/style.less b/web/client/src/sections/quanju/containers/heand/style.less index 7beaadfe..931b4d46 100644 --- a/web/client/src/sections/quanju/containers/heand/style.less +++ b/web/client/src/sections/quanju/containers/heand/style.less @@ -1,23 +1,23 @@ .tabKey-map{ width: 12%; - height: 45px; + height: 4.7vh; text-align: center; position: absolute; - top: 30px; + top: 3vh; a{ color: #c3d4f5; - line-height: 45px; + line-height: 4.7vh; } } .notabKey{ width:12%; - height: 45px; + height: 4.7vh; position: absolute; - top: 30px; + top: 3vh; text-align: center; a{ color: #6593c6; - line-height: 45px; + line-height: 4.7vh; } } \ No newline at end of file