element.scss 600 B

123456789101112131415161718192021222324252627282930313233
  1. .hc-message-view-box {
  2. .el-message-box__btns {
  3. padding: 15px;
  4. .el-button + .el-button {
  5. margin-left: 20px;
  6. }
  7. }
  8. }
  9. //填报的折叠面板
  10. .data-fill-list-box .el-collapse-item .el-collapse-item__header {
  11. border: 0;
  12. width: 100%;
  13. .hc-collapse-item-header .item-title {
  14. text-align: left;
  15. }
  16. }
  17. //新改变版按钮
  18. .el-button[hc-btn] {
  19. border-radius: 0;
  20. padding: 0 10px;
  21. font-weight: initial;
  22. height: 28px;
  23. font-size: 14px;
  24. border: 0;
  25. box-shadow: none;
  26. }
  27. .el-button + .el-button {
  28. margin-left: 10px;
  29. }