Skip to content
documentation.css 1.6 KiB
Newer Older
wangqinghua's avatar
wangqinghua committed
/*!
 * Your CSS files will be generated in this directory by "gulp sass"
 */
.layout{
    height: 100%;
}
.layout .ant-menu-inline, .ant-menu-vertical, .ant-menu-vertical-left{
    border: none;
}
.layout .ant-menu,
.layout .ant-menu-submenu > .ant-menu{
    background-color: #001529;
    color: #ffffff;
}
.logo{
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    padding: 20px 0;
}
.breadcrumbs{
    padding: 10px 0;
}
.search-form{
    padding: 15px 0;
    border-top: 1px solid #dddddd;
}
.search-form .ant-input{
    width: initial;
}
.releative{
    position: relative;
}
.posiabsolutStr{
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 25%;
    left: 0;
}
.posiabsolutStr p{
    margin: 0;
}
.ant-modal-body{
    max-height: 520px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
}

/*操作按钮*/
.handle span{
    cursor: pointer;
}
.handle span:not(last-child){
    margin-right: 10px;
}

.modal-footer-btn{
    margin-top: 20px;
    text-align: right;
}
.modal-footer-btn button{
    margin-right: 20px;
}
.form-select nz-select{
    width: 100%;
}

.tabset{
    position: relative;
}
.tabset-btn{
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 1;
}
wangqinghua's avatar
wangqinghua committed
.round-tag .ant-tag{
    border-radius: 50%;
}


/*时间轴*/
.ant-table-tbody > tr > td.table-timeline{
    border-bottom: none;
    padding-top: 40px;
}
.table-timeline .ant-timeline-item-head{
    right: 20px;
}
.table-timeline .ant-timeline-item-tail{
    right: 24px;
    left: auto;
    height: 220%;
wangqinghua's avatar
wangqinghua committed
}

.ant-checkbox-group label:first-child{
    margin-left: 8px;
wangqinghua's avatar
wangqinghua committed
}