overwrite.less 773 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. .h-panel {
  2. border: none;
  3. &-title {
  4. color: @dark-color;
  5. }
  6. &-bar {
  7. padding: 10px @margin;
  8. }
  9. &-tabs-bar {
  10. .h-tabs-default > .h-tabs-item {
  11. padding: 16px 15px;
  12. font-size: 18px;
  13. }
  14. }
  15. &-bar-s {
  16. padding-top: 8px;
  17. padding-bottom: 8px;
  18. .h-panel-title {
  19. font-size: 15px;
  20. }
  21. }
  22. &-body {
  23. padding: @margin;
  24. }
  25. }
  26. .label.h-col {
  27. line-height: 32px;
  28. }
  29. .h-menu-white .h-menu-li .h-menu-li-selected {
  30. background-color: #f0f6ff;
  31. }
  32. .h-table {
  33. td, th {
  34. font-size: 12px;
  35. }
  36. th {
  37. height: 35px;
  38. }
  39. td {
  40. height: 32px;
  41. }
  42. }
  43. .h-tree-li {
  44. white-space: nowrap;
  45. text-overflow: ellipsis;
  46. overflow: hidden;
  47. }
  48. .nowrap {
  49. white-space: nowrap;
  50. text-overflow: ellipsis;
  51. overflow: hidden;
  52. }