fix: #3144 Drawer的footer样式错位问题 (#3148)

fix: #3144 Drawer的footer样式错位问题
This commit is contained in:
黄小民 2023-10-13 17:33:03 +08:00 committed by GitHub
parent 5aac032acc
commit 8e9d4f0a57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;