From b3f6b6c8fc0fd84af475ce12aec233d9a2411225 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E7=81=8F?= Date: Mon, 16 Sep 2019 15:32:32 +0800 Subject: [PATCH] Update notice.less --- src/styles/components/notice.less | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/styles/components/notice.less b/src/styles/components/notice.less index 0334cec9..ae7f62de 100644 --- a/src/styles/components/notice.less +++ b/src/styles/components/notice.less @@ -59,8 +59,8 @@ } &-title { - font-size: @font-size-base; - line-height: @font-size-base + 3; //fixed the bug that the bottom of some letters were hidden just like 'g' + font-size: @font-size-large; + line-height: @font-size-large + 3; //fixed the bug that the bottom of some letters were hidden just like 'g' color: @title-color; padding-right: 10px; overflow: hidden; @@ -73,7 +73,7 @@ } &-desc { - font-size: 12px; + font-size: @font-size-base; //color: @legend-color; color: @text-color; text-align: justify; @@ -90,7 +90,7 @@ &-icon { position: absolute; top: -2px; - font-size: @font-size-large; + font-size: @font-size-large + 4; &-success { color: @success-color; @@ -113,4 +113,4 @@ &-custom-content{ position: relative; } -} \ No newline at end of file +}