From 0fd9673d3604ff306976a5e17f82a8ff67603b14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E5=B0=8F=E6=B0=91?= Date: Fri, 13 Oct 2023 17:30:59 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20#3144=20Drawer=E7=9A=84footer=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E9=94=99=E4=BD=8D=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix: #3144 Drawer的footer样式错位问题 --- src/components/Drawer/src/components/DrawerFooter.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Drawer/src/components/DrawerFooter.vue b/src/components/Drawer/src/components/DrawerFooter.vue index 507b693e32e..b39d4179ed6 100644 --- a/src/components/Drawer/src/components/DrawerFooter.vue +++ b/src/components/Drawer/src/components/DrawerFooter.vue @@ -70,6 +70,7 @@ .@{prefix-cls} { position: absolute; bottom: 0; + left: 0; width: 100%; padding: 0 12px 0 20px; border-top: 1px solid @border-color-base;