From 4ff2e4b83f2169661bee7ae099da67212ecbd186 Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期一, 04 九月 2023 15:44:11 +0800 Subject: [PATCH] 添加用户显示,退出按钮;修改顶部菜单,投影管理页面 --- src/views/export/exportMap.vue | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/views/export/exportMap.vue b/src/views/export/exportMap.vue index bafcabc..24de1f8 100644 --- a/src/views/export/exportMap.vue +++ b/src/views/export/exportMap.vue @@ -113,7 +113,6 @@ </div> </div> </template> - <script lang="ts" setup> import store from "@/store"; import { @@ -183,7 +182,7 @@ overflow: auto; .contentTitle { - font-size: 20px; + font-size: 16px; font-family: Source Han Sans CN; font-weight: 300; color: #ffffff; @@ -220,6 +219,8 @@ margin-top: 9px; margin-left: 16px; margin-right: 9px; + font-size: 16px; + font-family: Source Han Sans CN; } } .menuButton { @@ -227,6 +228,7 @@ display: flex; justify-content: center; align-items: center; + .el-button { height: 37px; background: rgba(104, 156, 255, 0.2); @@ -247,13 +249,13 @@ .menuTitle { width: calc(100% - 30px); - height: 42px; - background: #0e151f; - font-size: 24px; + background: #0e151f; + font-size: 18px; font-family: Source Han Sans CN; font-weight: 400; color: #ffffff; + padding: 10px; padding-left: 28px; } ::-webkit-scrollbar { -- Gitblit v1.9.3