diff --git a/src/layout/components/Logo/src/Logo.vue b/src/layout/components/Logo/src/Logo.vue index 8f8bcd94..8468774d 100644 --- a/src/layout/components/Logo/src/Logo.vue +++ b/src/layout/components/Logo/src/Logo.vue @@ -80,7 +80,7 @@ watch( layout === 'topLeft' || layout === 'top' || layout === 'cutMenu' } ]" - style="font-size: 14px" + style="font-size: 13px" > {{ title }} diff --git a/src/layout/components/useRenderLayout.tsx b/src/layout/components/useRenderLayout.tsx index 927a369a..2adc87f9 100644 --- a/src/layout/components/useRenderLayout.tsx +++ b/src/layout/components/useRenderLayout.tsx @@ -55,7 +55,7 @@ export const useRenderLayout = () => { 'w-[var(--left-menu-max-width)]': !appStore.getCollapse } ]} - style="transition: all var(--transition-time-02);height:60px;display: flex; + style="transition: all var(--transition-time-02);height:59px;display: flex; align-items: center;" > ) : undefined} diff --git a/src/styles/var.css b/src/styles/var.css index 1b10b273..ddbb5c14 100644 --- a/src/styles/var.css +++ b/src/styles/var.css @@ -3,7 +3,7 @@ --login-bg-color: #293146; - --left-menu-max-width: 220px; + --left-menu-max-width: 200px; --left-menu-min-width: 64px; diff --git a/src/views/mapPage/realTimeMap/editMap.vue b/src/views/mapPage/realTimeMap/editMap.vue index eb3d1a57..e9f9c262 100644 --- a/src/views/mapPage/realTimeMap/editMap.vue +++ b/src/views/mapPage/realTimeMap/editMap.vue @@ -1,152 +1,117 @@