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/plotting/plotting.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/plotting/plotting.vue b/src/views/plotting/plotting.vue index 3426ac5..0833867 100644 --- a/src/views/plotting/plotting.vue +++ b/src/views/plotting/plotting.vue @@ -103,7 +103,7 @@ align-items: center; .titleLable { - font-size: 24px; + font-size: 18px; font-family: Source Han Sans CN; font-weight: 400; color: #ffffff; @@ -121,7 +121,7 @@ margin-top: 3px; .plotting_content_title { - font-size: 20px; + font-size: 16px; font-weight: 300; color: #ffffff; } @@ -190,7 +190,7 @@ height: 27px; } span { - font-size: 16px; + font-size: 14px; font-weight: 300; color: #ffffff; margin-left: 10px; -- Gitblit v1.9.3