From ce0a02f008c9844bfde9ee3c96b6dbe7d282911b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E7=81=8F?= Date: Mon, 16 Sep 2019 09:48:04 +0800 Subject: [PATCH] update Form style --- src/styles/components/form.less | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/styles/components/form.less b/src/styles/components/form.less index ee2f07fc..005e606d 100644 --- a/src/styles/components/form.less +++ b/src/styles/components/form.less @@ -6,7 +6,7 @@ text-align: right; vertical-align: middle; float: left; - font-size: @font-size-small; + font-size: @font-size-base; color: @text-color; line-height: 1; padding: 10px 12px 10px 0; @@ -36,7 +36,7 @@ &-content { position: relative; line-height: 32px; - font-size: @font-size-small; + font-size: @font-size-base; } & & { margin-bottom: 0; @@ -61,11 +61,11 @@ margin-right: 4px; line-height: 1; font-family: SimSun; - font-size: @font-size-small; + font-size: @font-size-base; color: @error-color; } } &-error { // todo } -} \ No newline at end of file +}