standingBook.less 7.97 KB

.redText{
    color: red;
    cursor: pointer;
}
.ant-layout{
    overflow: auto;
    .ant-layout-content{
        margin:12px !important;
    }
}
.ant-btn > .anticon + span, .ant-btn > span + .anticon {
    margin-left: 8px;
    vertical-align: middle;
}
.siteTitle{
    font-size: 16px;
    margin: 0 0 6px 0;
    user-select: none;
    padding: 3px;
    border-bottom: 1px solid #ccc;
}
.userManageContainer{
    .ant-card-body{
        padding-left: 0;
        padding-right: 0;
    }
    .listItem{
        display: flex;
        justify-content: space-between;
        font-size: 14px;
        font-weight: 400;
        color: #414E65;
        cursor: pointer;
        line-height: 28px;
        align-items: center;
        padding: 8px 14px;

    }
    .pickItem{
        background-color: #F5F6F9;
    }
    .ant-form-item {
        vertical-align: top;
    }
    .ant-form-item-label > label {
        align-items:middle;
    }
    .ant-modal-body{
        padding-bottom:0px;
        padding-right:40px;
        padding-left:40px;
        .ant-form{
            width: 90%;
        }
    }
    .anticon svg {
        margin-top: -3px;
    }
    .ant-popover-message {
        position: relative;
        padding: 0px 0 0px;
        color: rgba(0, 0, 0, 0.85);
        font-size: 14px;
    }
    .ant-tree-treenode{
        width: 100% !important;
        .ant-tree-node-content-wrapper{
            display: inline-block;
            width: 100%;
        }

        .iconWraper1{
            float: right;
            span{
                display: none;   
            }
        }
    }
    .ant-tree-treenode:hover{
        .iconWraper1>span{
            margin-left: 12px;
            font-size: 18px;
            display: inline-block;   
        }
    }
    .ant-radio-group {
         margin: 0px !important; 
    }
    .contentContainers{
        display: flex;
        width: 100%;
        position: relative;
        .ant-table.ant-table-bordered > .ant-table-container {
            min-width: calc(100vw - 582px);
            height: calc(100vh - 120px);
            overflow-x: hidden;
            border: none;
        }
        .orgContainer{
            height: calc(100vh - 74px);
            width: 340px;
            left: 0;
            top: 0;
            overflow-x: hidden;
            margin-right: 10px;
            position: relative;
            transition-property:width,left;
            transition-duration: 0.5s;
            white-space: nowrap;
            .ant-tree{
                padding-top: 6px;
                .ant-tree-switcher{
                    line-height: 1;
                    margin-right: 0px !important;
                    color:#1890FF;
                    .ant-tree-switcher-line-icon{
                        margin-left: 5px;
                    }
                }
            }
            .switcher{
                display: block;
                position: absolute;
                font-size: 18px;
                color: #1890FF!important;
                top: 50%;
                right: 2px;
                transform: translate(0%,-50%);
                z-index: 1;
            }
        }
        
        .orgContainerHide{
            // transform: translateX(-230px);
            left: 0px;
            top: 0;
            width: 26px;
        }
        .ant-popover-message-title {
            padding-left: 20px;
        }
        .userContainer{
            height: calc(100vh - 74px) !important;
            z-index: 999;
            min-width: 800px;
            background: white;
            width: 100%;
            position: relative;
            transition: width 0.5s;
            .title{
                margin: 16px 0 10px 16px;
                display: inline-block;
                width: 270px;
                cursor: pointer;
                overflow: hidden;
                text-overflow:ellipsis;
                white-space: nowrap;
            }
            .ant-table-pagination{
                padding-right: 12px;
                background: white;
                margin: 1px 0;
                padding: 8px;
                padding-right: 20px;
            }
            .ant-btn{
                margin: 0px 10px;
                .ant-btn-primary{
                    background: #50aefc;
                }
            }
            .ant-input-search-button{
                margin-left: 0px !important;
            }
            .ant-table-thead tr th{
                font-weight: 600;
                color:rgba(0,0,0,0.85);
            }
            .ant-table-cell{
                text-align:center;
                overflow: hidden;
                // text-overflow:ellipsis;
                white-space: nowrap;
            }
            .ant-table-body{
                height:calc(100vh - 210px);
                border-right: white;
                overflow: auto !important;
            }
            .clickRowStyle{
                background: #cfe7fd;
            }
            .ant-pagination{
                z-index: 999;
                border-top: 1px solid #f0eded;
            }
        }
    }
}
.ant-modal-root{
    .ant-tree-switcher{
        line-height: 1;
        color:#1890FF;
        margin-right: 0px !important;
    }
    .ant-checkbox-group .ant-checkbox-group-item {
        margin-right: 0px !important;
        min-width: 270px !important;
    }
    .ant-tree-list-holder{
        overflow: auto;
        overflow-x:hidden;
        height: 40vh;
    }
    .ant-tabs-content-holder{
        overflow: auto;
        height: 50vh;
    }
}

.ant-modal-content{
    border-radius: 5px;
}  
.ant-modal-header{
    border-radius: 5px 5px 0 0;
    padding: 28px 40px;
}
.ant-modal-close{
    top:14px;
    right:20px;
}
.ant-modal-footer{
    border:none;
    padding: 28px 40px;
}
.ant-modal-footer .ant-btn + .ant-btn:not(.ant-dropdown-trigger) {
    margin-bottom: 0;
    margin-left: 15px;
}
// .ant-form-horizontal .ant-form-item-control {
//     margin-left: 10px;
// }
.linkDrowp{
    position: absolute;
    top: 0;
    left: 94.6%;
    width: 1rem;
    height: 100%;
    display: flex;
    align-items: center;
}
.title{
    display: flex;
    align-items: center;
    width: 100%;
  }
  .tip{
    display: none;
  }
  .fs{
    font-size: 18px;
    margin-left: 10px;
  }
  .title:hover{
    .tip{
      display: flex;
      align-items: center;
      justify-content: flex-end;
      width: 100%;
    }
  }
  .titleText{
    width: 12rem;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
  }
  .ant-popover-inner {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.788);
    
  }
  .ant-popover-inner-content {
    padding: 10px 10px;
}


.ant-popover-message > .anticon { 
    top: 7.0005px
}
.listCard{
    display: flex;
    .cardItem{
        padding: 0.5rem;
    }
    .cardContent{
        height: 30rem;
        overflow-y: scroll;
        width: 19.5rem;
    }
    .cardItemData{
        padding: 1rem;
        border: 1px solid #b5b8c8;
        margin-bottom: 1rem;
    }
}
.sortable-ghost {
    border-bottom: 2px dashed #1890ff;
  }
  
  .doctorTable {
    margin-bottom: 16px;
    table {
      width: 100%;
      td {
        padding: 6px;
        border: 1px solid #e8e8e8;
      }
      thead {
        tr {
          font-weight: 600;
          background: #FAFAFA;
        }
      }
      tbody{
          tr:hover{
              background-color:#ededed ;
          }
      }
    }
  }
.formData{
    height: 38rem;
    overflow-y: scroll;
    .ant-form-item-label > label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before{
        display: none;
    }
    .formData_label{
        display: flex;
        align-items: center;
    }
    .filed_listItem{
        display: flex;
        height: 3.6rem;
        .ant-btn-icon-only {
            width: 32px;
            height: 32px;
            /* padding: 2.4px 0; */
            font-size: 16px;
            border-radius: 2px;
            vertical-align: -1px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
    }
}