浏览代码

Merge pull request #884 from Leopoldthecoder/master

Button: avoid button splitting in button-group
baiyaaaaa 8 年之前
父节点
当前提交
2cc6186ab9
共有 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;