user-quality-control-statistics.component.less 1.3 KB

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