index.less 425 B

123456789101112131415161718192021222324252627
  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. }
  18. }
  19. .ant-tree-list-holder-inner{
  20. min-height: 100px;
  21. max-height: 500px;
  22. overflow-y: auto;
  23. }
  24. .form-center{
  25. height: calc(100vh - 180px);
  26. overflow-y: auto;
  27. }