department-evaluate-statistics.component.less 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. @import "../../../../../../src/theme.less";
  2. :host{
  3. position: absolute;
  4. top: 0;
  5. right: 0;
  6. bottom: 0;
  7. left: 0;
  8. ::ng-deep .ant-table-footer{
  9. padding: 16px 0;
  10. width: calc(100% - 15px);
  11. font-weight: bold;
  12. }
  13. tr, th{
  14. text-align: center;
  15. }
  16. .searchDataWrap{
  17. display: flex;
  18. align-items: center;
  19. justify-content: space-between;
  20. .searchData{
  21. padding: 16px;
  22. display: flex;
  23. align-items: center;
  24. .searchDataItem{
  25. margin-right: 24px;
  26. .label{
  27. font-size: 16px;
  28. }
  29. .selectItem{
  30. width: 224px;
  31. }
  32. }
  33. }
  34. .operation{
  35. margin-right: 16px;
  36. display: flex;
  37. align-items: center;
  38. cursor: pointer;
  39. .icon_transport{
  40. margin-right: 16px;
  41. font-size: 24px;
  42. }
  43. .btn{
  44. &.default{
  45. height: 32px;
  46. line-height: 32px;
  47. min-width: 70px;
  48. }
  49. }
  50. }
  51. }
  52. .table{
  53. margin: 0 8px;
  54. }
  55. .tableWrap{
  56. // margin: 0 8px;
  57. overflow-x: auto;
  58. .footTable, tbody{
  59. td{
  60. width: 100px;
  61. max-width: 100px;
  62. &.width150{
  63. width: 150px;
  64. max-width: 150px;
  65. }
  66. }
  67. }
  68. }
  69. .moreFilter{
  70. margin-bottom: 16px;
  71. span{
  72. margin-left: 16px;
  73. color: @primary-color;
  74. }
  75. }
  76. .pagination{
  77. padding: 16px;
  78. display: flex;
  79. justify-content: flex-end;
  80. align-items: center;
  81. }
  82. }