TemplateManage.less 1.72 KB
Newer Older
1 2
.template_container{
    width: 100%;
皮倩雯's avatar
皮倩雯 committed
3
    height: calc(100vh - 124px);  
皮倩雯's avatar
皮倩雯 committed
4 5 6
    .ant-select-arrow .anticon {
        vertical-align: middle;
    }
shaoan123's avatar
shaoan123 committed
7 8 9 10
    .ant-table-thead tr th{
        font-weight: 600;
        color:rgba(0,0,0,0.85);
    }
11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
    .operate_bar{
        width: 100%;
        height: 60px;
        background-color: white;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        .template_type{
            height: 60px;
            
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            align-items: center; 
            .title{
27 28
                margin-left: 10px;
                margin-right: 10px;
29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
            } 
        }
        .fast_search{
            height: 60px;
            margin-right: 10px;
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            align-items: center; 
            .title{
                margin-left: 20px;
                margin-right: 5px;
            }    
        }
    }
皮倩雯's avatar
皮倩雯 committed
44 45 46 47 48 49 50 51 52 53
    .ant-modal-body ant-form{
            width: 100%;
        }
    
    .ant-popover-message {
        margin-bottom: 10px !important;
    }
    .anticon svg {
        margin-top: -5px;
    }
54 55 56 57
    .list_view{
        width: 100%;
        height: calc(100vh - 184px);
        background-color: white;
58
       overflow-y: scroll;
59
    }
60 61 62 63 64 65 66 67
    .button, html [type="button"], [type="reset"], [type="submit"] {
        -webkit-appearance: button;
        display: flex;
        align-items: center;
    }
    .ant-col ant-form-item-control{
        margin-top: 0;
    }
皮倩雯's avatar
皮倩雯 committed
68 69
    .ant-table-body{
        max-height: 610px !important;
皮倩雯's avatar
皮倩雯 committed
70
        min-height:610px;
皮倩雯's avatar
皮倩雯 committed
71 72 73
    }
}