소스 검색

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;