index.less 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. .radio{
  2. margin: 13px 20px;
  3. }
  4. .doctor_header{
  5. padding: 17px 0 0 20px;
  6. .doctor_header_left{
  7. display: flex;
  8. .left_item{
  9. margin-right: 44px;
  10. }
  11. }
  12. }
  13. .table-header{
  14. padding:16px 0 6px 0!important;
  15. .table-header-title{
  16. font-size: 16px;
  17. margin-left: 20px;
  18. }
  19. }
  20. .form-center{
  21. height: calc(100vh - 180px);
  22. overflow-y: auto;
  23. }
  24. .but{
  25. margin-right: 20px;
  26. }
  27. .doctorTable{
  28. height: 400px!important;
  29. .ant-pagination-options{
  30. display: none;
  31. }
  32. }
  33. .ant-card-head{
  34. min-height: 30px;
  35. background: #F2F4F6 ;
  36. padding: 0 20px;
  37. .ant-card-head-wrapper{
  38. height: 30px;
  39. font-size: 14px;
  40. }
  41. }
  42. .ant-card-body{
  43. padding: 10px 20px;
  44. }
  45. .ant-tag{
  46. background: #DBEEFF;
  47. color: #006ED2;
  48. }
  49. .del-all{
  50. cursor: pointer;
  51. display: flex;
  52. align-items: center;
  53. .del-icon{
  54. margin-right: 2px;
  55. vertical-align: middle;
  56. }
  57. }
  58. .tab-content{
  59. .ant-tabs-nav{
  60. padding-bottom: 10px;
  61. }
  62. .ant-tabs-nav::before{
  63. border: none;
  64. }
  65. .doctor_wrapper{
  66. height: 496px;
  67. border: 1px solid #DEE2E9;
  68. }
  69. .table-cont{
  70. margin:0 20px;
  71. }
  72. .treeContent{
  73. height: 408px;
  74. overflow-y: auto;
  75. border: 1px solid #DEE2E9;
  76. padding-bottom: 20px;
  77. position: relative;
  78. .title{
  79. height: 30px;
  80. font-size: 14px;
  81. font-weight: 500;
  82. color: #333333;
  83. line-height: 30px;
  84. background: #F2F4F6;
  85. padding-left: 20px;
  86. }
  87. .tree{
  88. min-height: 100px;
  89. max-height: 342px;
  90. overflow-y: auto;
  91. }
  92. .goTop{
  93. position: fixed;
  94. right: 11%;
  95. top: 67%;
  96. width: 30px;
  97. height: 30px;
  98. border: 1px solid #D4D4D4;
  99. border-radius: 4px;
  100. vertical-align: middle;
  101. text-align: center;
  102. }
  103. }
  104. }