From aab0c6f9527bb9d1389ccaa3021a327adfbb2484 Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Wed, 12 Oct 2022 11:22:04 +0800 Subject: [PATCH] =?UTF-8?q?css=E7=BB=86=E8=8A=82=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/static/common/css/common.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/static/common/css/common.css b/public/static/common/css/common.css index 7a5dfa715..4e30c96da 100755 --- a/public/static/common/css/common.css +++ b/public/static/common/css/common.css @@ -150,11 +150,13 @@ form.am-form-pure .business-form-block { padding-right: 5px; } - .form-group-item > [class*="am-u-"]:first-child > .am-form-group:first-child, + .form-group-item > [class*="am-u-"]:first-child > .am-form-group, + .form-group-item > [class*="am-u-"]:first-child > .am-cf > .am-form-group, .form-group-item > [class*="am-u-"]:first-child > .am-cf > [class*="am-u-"]:first-child .am-form-group { padding-left: 0; } .form-group-item > [class*="am-u-"]:last-child > .am-form-group, + .form-group-item > [class*="am-u-"]:last-child > .am-cf > .am-form-group, .form-group-item > [class*="am-u-"]:last-child > .am-cf > [class*="am-u-"]:last-child .am-form-group { padding-right: 0; }