From 1db4ac20409273ded5a5735450b17193f6b48c8e Mon Sep 17 00:00:00 2001 From: afc163 Date: Wed, 8 Dec 2021 13:53:04 +0800 Subject: [PATCH] fix: Drawer title position (#33205) --- components/drawer/style/drawer.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/drawer/style/drawer.less b/components/drawer/style/drawer.less index 800bd4fae8b3..9f7dd1846fb4 100644 --- a/components/drawer/style/drawer.less +++ b/components/drawer/style/drawer.less @@ -130,6 +130,7 @@ } &-title { + flex: 1; margin: 0; color: @heading-color; font-weight: 500; @@ -184,6 +185,7 @@ &-title { display: flex; + flex: 1; align-items: center; justify-content: space-between; }