123456789101112131415161718192021222324252627 |
- .radio{
- margin: 13px 20px;
- }
- .doctor_header{
- padding: 17px 0 0 20px;
- .doctor_header_left{
- display: flex;
- .left_item{
- margin-right: 44px;
- }
- }
- }
- .table-header{
- padding:16px 0 6px 0!important;
- .table-header-title{
- font-size: 16px;
- }
- }
- .ant-tree-list-holder-inner{
- min-height: 100px;
- max-height: 500px;
- overflow-y: auto;
- }
- .form-center{
- height: calc(100vh - 180px);
- overflow-y: auto;
- }
|