Преглед на файлове

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

fix: #3144 Drawer的footer样式错位问题
黄小民 преди 1 година
родител
ревизия
8e9d4f0a57
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      src/components/Drawer/src/components/DrawerFooter.vue

+ 1 - 0
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;