From 13c10ce1ae53f6cab660dac6a50a764c739dcc17 Mon Sep 17 00:00:00 2001 From: "851673013@qq.com" <851673013@qq.com> Date: Thu, 16 Jun 2022 12:27:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8C=BA=E5=B8=82=E7=AB=99=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/views/home/mapTest/index.vue | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/front/src/views/home/mapTest/index.vue b/front/src/views/home/mapTest/index.vue index 077a0850..c1352872 100644 --- a/front/src/views/home/mapTest/index.vue +++ b/front/src/views/home/mapTest/index.vue @@ -649,9 +649,11 @@ justify-content: space-between; align-items: center; border-bottom: 1px solid rgba(161, 160, 161, 0.637); - font-size: 0.2rem; + font-size: 0.22rem; + font-weight: 800; span:nth-of-type(1) { - font-size: 0.2rem; + font-size: 0.22rem; + font-weight: 800; } span:nth-of-type(2) { cursor: pointer; @@ -668,7 +670,8 @@ display: flex; justify-content: space-around; margin-top: 0.1rem; - font-size: 0.2rem; + font-size: 0.22rem; + font-weight: 800; .item { display: flex; flex-direction: column;