From 836d18f07e22d00faf2f213bc3301a6672b5bafc Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Tue, 12 Mar 2024 10:22:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B0=83=E6=95=B4=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E5=9B=BE=E6=A0=87=E5=88=B0=E5=B1=85=E4=B8=AD=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/ui/certd-client/src/style/certd.less | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages/ui/certd-client/src/style/certd.less b/packages/ui/certd-client/src/style/certd.less index e69de29b..264b8491 100644 --- a/packages/ui/certd-client/src/style/certd.less +++ b/packages/ui/certd-client/src/style/certd.less @@ -0,0 +1,12 @@ +.fs-iconify.fs-icon{ + display: inline-flex; + justify-content: center; + align-items: center; + +} + +.ant-btn { + display: inline-flex; + justify-content: center; + align-items: center; +}