element.scss 633 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .el-popper {
  2. z-index: 20111048 !important;
  3. }
  4. .hc-message-view-box .el-message-box__btns {
  5. padding: 15px;
  6. .el-button + .el-button {
  7. margin-left: 20px;
  8. }
  9. }
  10. .hc-card-item-box {
  11. background: #f9f9f9 !important;
  12. }
  13. //新改变版按钮
  14. .el-button[hc-btn] {
  15. border-radius: 0;
  16. padding: 0 10px;
  17. font-weight: initial;
  18. height: 28px;
  19. font-size: 14px;
  20. border: 0;
  21. box-shadow: none;
  22. outline: 0;
  23. }
  24. .el-button + .el-button {
  25. margin-left: 10px;
  26. }
  27. .el-button + .el-dropdown {
  28. margin-left: 10px;
  29. }
  30. .el-dropdown .el-button .hc-icon-i {
  31. margin-left: 4px;
  32. margin-right: 0;
  33. }