index.module.scss 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. .D1storage {
  2. background-color: #fff;
  3. border-radius: 10px;
  4. padding: 34px 24px 24px;
  5. position: relative;
  6. :global {
  7. .D1top {
  8. position: absolute;
  9. top: 34px;
  10. left: 24px;
  11. z-index: 10;
  12. .D1topllTxt {
  13. position: relative;
  14. top: 2px;
  15. font-size: 18px;
  16. font-weight: 700;
  17. }
  18. .ant-btn {
  19. margin-left: 15px;
  20. }
  21. }
  22. .D1main {
  23. width: 100%;
  24. height: 100%;
  25. & > div {
  26. width: 100%;
  27. height: 100%;
  28. .D1Lmainll {
  29. width: 300px;
  30. .D1Lmainll1 {
  31. margin-bottom: 10px;
  32. }
  33. .D1Lmainll2 {
  34. height: calc(100% - 42px);
  35. overflow-y: auto;
  36. .ant-tree-treenode {
  37. height: 36px;
  38. line-height: 36px;
  39. }
  40. }
  41. }
  42. .site-tree-search-value {
  43. color: red;
  44. font-weight: 700;
  45. }
  46. .D1null {
  47. width: 100%;
  48. height: 80%;
  49. display: flex;
  50. justify-content: center;
  51. align-items: center;
  52. font-size: 18px;
  53. letter-spacing: 4px;
  54. font-weight: 700;
  55. }
  56. .ant-table-cell {
  57. padding: 8px !important;
  58. }
  59. }
  60. }
  61. }
  62. }