From a6195b991a531e914faef2237dadf7226b8d6390 Mon Sep 17 00:00:00 2001 From: chenc Date: Thu, 13 Jan 2022 18:15:31 +0800 Subject: [PATCH] fix(module:drawer): fix close icon position without title property (#7176) close #7164 * fix(module:drawer): fix close icon position without title property * fix(module:drawer): fix close icon position without title property * chore: follow the drawer of and-design DOM structure --- components/drawer/drawer.component.ts | 34 ++++++++++++++------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/components/drawer/drawer.component.ts b/components/drawer/drawer.component.ts index 461293889e..91a63eff84 100644 --- a/components/drawer/drawer.component.ts +++ b/components/drawer/drawer.component.ts @@ -77,25 +77,27 @@ const NZ_CONFIG_MODULE_NAME: NzConfigKey = 'drawer';
-
- -
-
+
+ +
+ +
+
+
-