Browse Source

Button: optimize scss(#11900)

王有闻 7 năm trước cách đây
mục cha
commit
1e6e32b1da
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      packages/theme-chalk/src/button.scss

+ 1 - 1
packages/theme-chalk/src/button.scss

@@ -21,7 +21,7 @@
   transition: .1s;
   font-weight: $--button-font-weight;
   @include utils-user-select(none);
-  & + .el-button {
+  & + & {
     margin-left: 10px;
   }