You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

79 lines
894 B

5 months ago
5 months ago
5 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
  1. .i-icon {
  2. display: flex;
  3. }
  4. .ant-tree-iconEle {
  5. .i-icon {
  6. display: inherit;
  7. line-height: 28px;
  8. }
  9. }
  10. .top-breadcrumb {
  11. .item {
  12. display: flex;
  13. align-items: center;
  14. justify-content: center;
  15. gap: 5px;
  16. }
  17. }
  18. .ant-drawer .ant-drawer-footer {
  19. background-color: #fcfcfc;
  20. }
  21. .hover {
  22. cursor: pointer;
  23. &:hover {
  24. color: #1c7ed6;
  25. }
  26. }
  27. /*灰色*/
  28. .color-gray {
  29. color: #999;
  30. }
  31. .color-65 {
  32. color: rgba(0, 0, 0, 0.65);
  33. }
  34. .color-333 {
  35. color: #333;
  36. }
  37. .color-green {
  38. color: green;
  39. }
  40. .color-green1 {
  41. color: rgb(18 185 128 / 1);
  42. }
  43. .color-blue {
  44. color: #1c7ed6;
  45. }
  46. .color-red {
  47. color: #f56c6c;
  48. }
  49. .color-yellow {
  50. color: rgb(250 145 0);
  51. }
  52. .text-bold {
  53. font-weight: bold;
  54. }
  55. /* */
  56. /* .ant-table-thead > tr > th{ */
  57. /* background-color: #fcfcfc; */
  58. /* } */
  59. /* */
  60. /* .ant-table-tbody > tr > td{ */
  61. /* background-color: #fff; */
  62. /* } */
  63. /* */