department-evaluate-statistics.component.less 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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% - 16px);
  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. .moreFilter{
  56. margin-bottom: 16px;
  57. span{
  58. margin-left: 16px;
  59. color: @primary-color;
  60. }
  61. }
  62. .pagination{
  63. padding: 16px;
  64. display: flex;
  65. justify-content: flex-end;
  66. align-items: center;
  67. }
  68. }