瀏覽代碼

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;