sdutyplate.css 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. .dutypanel {
  2. display: block;
  3. position: relative;
  4. z-index: 2;
  5. }
  6. .dutypanel canvas {
  7. top: 51px;
  8. left: 0;
  9. margin: 0;
  10. z-index: 3;
  11. display: block;
  12. position: absolute;
  13. }
  14. .x_axis_div {
  15. display: flex;
  16. z-index: 4;
  17. justify-content: flex-start;
  18. }
  19. .x_axis_div div {
  20. display: flex;
  21. width: 250px;
  22. margin-top: 5px;
  23. margin-bottom: 5px;
  24. justify-content: center;
  25. z-index: 5;
  26. }
  27. .tree_node {
  28. display: flex;
  29. justify-content: flex-start;
  30. align-items: center;
  31. z-index: 5;
  32. }
  33. .tree_div {
  34. display: flex;
  35. justify-content: center;
  36. flex-direction: column;
  37. z-index: 5;
  38. }
  39. .tree_head {
  40. width: 250px;
  41. display: flex;
  42. justify-content: center;
  43. z-index: 5;
  44. }
  45. .tree_body {
  46. flex: 1;
  47. display: flex;
  48. flex-direction: column;
  49. z-index: 5;
  50. }
  51. .item_panel {
  52. display: flex;
  53. flex-direction: column;
  54. margin-top: 10px;
  55. margin-bottom: 10px;
  56. z-index: 10;
  57. align-items: center;
  58. justify-content: center;
  59. }
  60. .item_col1 {
  61. width: 152px;
  62. display: flex;
  63. height: 24px;
  64. justify-content: center;
  65. align-items: center;
  66. }
  67. .item_col2 {
  68. width: 152px;
  69. display: flex;
  70. align-items: center;
  71. justify-content: flex-start;
  72. }
  73. .item_chk {
  74. display: flex;
  75. order: 1;
  76. width: 16px;
  77. }
  78. .item_col2_addchild {
  79. display: flex;
  80. order: 3;
  81. width: 16px;
  82. }
  83. .item_col3 {
  84. width: 152px;
  85. display: flex;
  86. height: 24px;
  87. justify-content: center;
  88. align-items: center;
  89. }
  90. .item_div {
  91. order: 2;
  92. display: flex;
  93. width: 120px;
  94. justify-content: flex-start;
  95. align-items: center;
  96. line-height: 25px;
  97. white-space: nowrap;
  98. overflow: hidden;
  99. text-overflow: ellipsis;
  100. }