From 4499912e66337b34605431a0ed868531617d1cf7 Mon Sep 17 00:00:00 2001 From: solderq35 Date: Wed, 13 Sep 2023 16:41:59 -0700 Subject: [PATCH] try 16 px input --- src/components/map/map.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/map/map.vue b/src/components/map/map.vue index 34edaa34..fb8ed07f 100644 --- a/src/components/map/map.vue +++ b/src/components/map/map.vue @@ -19,7 +19,7 @@ {{ searchGroup.feature.properties.name }}

- + @@ -798,7 +798,7 @@ $sideMenu-width: 250px; justify-content: center; z-index: 500; cursor: pointer; - font-size: 15px; + font-size: 16px; } .searchMapResult { font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', Arial, @@ -820,7 +820,7 @@ $sideMenu-width: 250px; justify-content: center; z-index: 500; cursor: pointer; - font-size: 15px; + font-size: 16px; margin-bottom: -15px; } .searchResultDiv {