From 9b586d2d325400550aaf4fedf1f49400cd71cdb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B1=E7=9C=A0=E4=BB=AA=E5=BC=8F?= <854085467@qq.com> Date: Tue, 21 Jul 2020 00:04:31 +0800 Subject: [PATCH] update admin/css/pearButton.css. --- admin/css/pearButton.css | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/admin/css/pearButton.css b/admin/css/pearButton.css index 55f2cec..8b907b6 100644 --- a/admin/css/pearButton.css +++ b/admin/css/pearButton.css @@ -18,7 +18,7 @@ border-radius: 4px; } -.pear-btn i{ +.pear-btn i { font-size: 13px; } @@ -37,8 +37,6 @@ color: #fff !important } -/** */ - .pear-btn[dashed] { border-style: dashed !important; } @@ -60,7 +58,7 @@ background-color: #67c23a !important } -.pear-btn[round]{ +.pear-btn[round] { border-radius: 50px; } @@ -121,6 +119,13 @@ } +.pear-btn-md { + height: 34px; + line-height: 34px; + padding: 0 10px; + font-size: 12.5px; +} + .pear-btn-group .pear-btn:first-child { border-top-left-radius: 4px !important; border-bottom-left-radius: 4px !important; @@ -140,6 +145,7 @@ border-top-right-radius: 50px !important; border-bottom-right-radius: 50px !important; } + /** Button Size*/ .pear-btn-sm { height: 30px;