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;