From 03043f69636ac9012f0ce48dccb4683d2cf53379 Mon Sep 17 00:00:00 2001 From: song-tianyang Date: Tue, 29 Jun 2021 10:50:49 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=8E=A5=E5=8F=A3=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E9=A6=96=E9=A1=B5):=20=E4=BF=AE=E5=A4=8D=E9=83=A8=E5=88=86?= =?UTF-8?q?=E6=B5=8F=E8=A7=88=E5=99=A8=E4=B8=AD=E6=8E=A5=E5=8F=A3=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E9=A6=96=E9=A1=B5=E7=9A=84=E9=80=9A=E8=BF=87=E7=8E=87?= =?UTF-8?q?=E5=92=8C=E5=80=9F=E5=8F=A3=E8=A6=86=E7=9B=96=E7=8E=87=E5=87=BA?= =?UTF-8?q?=E7=8E=B0=E6=BB=9A=E5=8A=A8=E6=9D=A1=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复部分浏览器中接口测试首页的通过率和借口覆盖率出现滚动条的问题 --- .../components/api/homepage/components/SceneInfoCard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/business/components/api/homepage/components/SceneInfoCard.vue b/frontend/src/business/components/api/homepage/components/SceneInfoCard.vue index 3a7e3e7776..c6c7de415a 100644 --- a/frontend/src/business/components/api/homepage/components/SceneInfoCard.vue +++ b/frontend/src/business/components/api/homepage/components/SceneInfoCard.vue @@ -165,7 +165,7 @@ export default { .rows-count-number{ font-family:'ArialMT', 'Arial', sans-serif; - font-size:23px; + font-size:19px; color: var(--count_number); margin:20px auto; position: relative;