소스 검색

Button: avoid button splitting in button-group

Leopoldthecoder 8 년 전
부모
커밋
66ba839b12
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      packages/theme-default/src/button.css

+ 3 - 0
packages/theme-default/src/button.css

@@ -151,6 +151,9 @@
     & .el-button {
       float: left;
       position: relative;
+      & + .el-button {
+        margin-left: 0;
+      }
 
       &:first-child {
         border-top-right-radius: 0;