From 95df56cc5ca5e3eb843cd17cb7078cde47729f1e Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Sat, 26 Oct 2024 10:17:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=AF=B9=E8=AF=9D?= =?UTF-8?q?=E6=A1=86=E5=85=A8=E5=B1=8F=E6=8C=89=E9=92=AE=E4=B8=8E=E5=85=B3?= =?UTF-8?q?=E9=97=AD=E6=8C=89=E9=92=AE=E9=87=8D=E5=8F=A0=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/ui/certd-client/src/style/antdv4.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/certd-client/src/style/antdv4.less b/packages/ui/certd-client/src/style/antdv4.less index b23d4c935..4cda0a8a2 100644 --- a/packages/ui/certd-client/src/style/antdv4.less +++ b/packages/ui/certd-client/src/style/antdv4.less @@ -27,5 +27,5 @@ } .fs-form-wrapper .fs-form-header { - padding-right: 30px; + padding-right: 30px !important; }