From 24e9ff4c86bf4654f8b38db8f461f1cc6c2b6c28 Mon Sep 17 00:00:00 2001 From: kuaifan Date: Wed, 23 Mar 2022 10:11:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9F=A5=E7=9C=8B=E5=B7=B2=E5=8F=91?= =?UTF-8?q?=E9=80=81=E7=9A=84=E5=B7=A5=E4=BD=9C=E6=B1=87=E6=8A=A5=EF=BC=8C?= =?UTF-8?q?=E6=B1=87=E6=8A=A5=E5=AF=B9=E8=B1=A1=E9=9C=80=E6=A8=AA=E5=90=91?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/assets/sass/components/report.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/resources/assets/sass/components/report.scss b/resources/assets/sass/components/report.scss index 80cd92f50..a9d4d8c6b 100644 --- a/resources/assets/sass/components/report.scss +++ b/resources/assets/sass/components/report.scss @@ -80,6 +80,11 @@ .ivu-form-item-content { line-height: 30px; + display: flex; + align-items: center; + .common-avatar { + margin-right: 6px; + } } } }