From 957d7ebd1dca37b9a9c23c37ae4504af12ff6a72 Mon Sep 17 00:00:00 2001 From: xiangcongshuai <xiangcongshuai@supervision.ltd> Date: Mon, 23 Oct 2023 10:30:03 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/bankScreen/components/sortChart.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/bankScreen/components/sortChart.vue b/src/views/bankScreen/components/sortChart.vue index 61864e0..0822ffe 100644 --- a/src/views/bankScreen/components/sortChart.vue +++ b/src/views/bankScreen/components/sortChart.vue @@ -70,6 +70,8 @@ const props = defineProps({ .sort_item { display: flex; margin-bottom: 16px; + font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", + "Microsoft YaHei", "微软雅黑", Arial, sans-serif; font-size: 14px; font-style: normal; font-weight: 400; @@ -85,6 +87,8 @@ const props = defineProps({ .circle { width: 18px; height: 18px; + font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", + "Microsoft YaHei", "微软雅黑", Arial, sans-serif; font-size: 12px; font-style: normal; font-weight: 400; @@ -98,7 +102,7 @@ const props = defineProps({ .circle::before { display: block; - margin-top: 1px; + margin-top: 3px; margin-left: 1px; content: attr(data-number); }