button.scss 316 B

123456789101112131415161718192021
  1. .demo-block.demo-button {
  2. .el-row {
  3. margin-bottom: 20px;
  4. &:last-child {
  5. margin-bottom: 0;
  6. }
  7. }
  8. .el-button + .el-button {
  9. margin-left: 10px;
  10. }
  11. .el-button-group {
  12. .el-button + .el-button {
  13. margin-left: 0;
  14. }
  15. & + .el-button-group {
  16. margin-left: 10px;
  17. }
  18. }
  19. }