index.less 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. .clearCheckbox .ant-checkbox-inner {
  2. border-color: #FFF;
  3. }
  4. .searchModal {
  5. position: fixed;
  6. top: 148px;
  7. right: 470px;
  8. z-index: 200;
  9. border-radius: 6px;
  10. min-width: 200px;
  11. max-width: 550px;
  12. min-height: 50px;
  13. max-height: 320px;
  14. background-color: #FFF;
  15. border: 1px solid #d19999;
  16. padding: 6px;
  17. box-sizing: border-box;
  18. cursor: pointer;
  19. .close {
  20. position: absolute;
  21. top: -18px;
  22. right: -24px;
  23. padding: 4px;
  24. font-size: 18px;
  25. color: red;
  26. }
  27. .bts {
  28. position: absolute;
  29. bottom: 0;
  30. right: -33px;
  31. background-color: #FFF;
  32. }
  33. }
  34. .MYtable {
  35. tbody {
  36. td {
  37. padding: 0px !important;
  38. .ant-progress-bg {
  39. border-radius: 0 !important;
  40. height: 100% !important;
  41. }
  42. .ant-progress-inner {
  43. border-radius: 0 !important;
  44. height: 100%;
  45. background-color: #fff;
  46. }
  47. .ant-progress-line,
  48. .ant-progress-outer {
  49. height: 100%;
  50. }
  51. }
  52. tr:hover {
  53. background-color: #d6d0d0 !important;
  54. }
  55. tr:active {
  56. background-color: #d6d0d0 !important;
  57. }
  58. }
  59. }
  60. .more {
  61. width: 500px;
  62. max-height: 200px;
  63. }