| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 | .acc-content {    height: 100%;    width: 100%;    padding-top: 84px;    padding-bottom: 40px;    background: #f0f0f0;    .content-right {        width: 84%;        height: 100%;        float: left;        overflow-y: auto;        padding: 20px;        .ant-spin-nested-loading {            height: 100%;            .ant-spin-container {                height: 100%;            }        }    }    .loading-container {        text-align: center;        margin-bottom: 20px;        padding: 30px 50px;        margin: 20px 0;    }    .content-container {        background: #FFF;        padding: 20px;    }    .content-title {        color: #333;        font-size: 16px;        padding: 0 0 10px 0;    }    .content-body {        min-height: 400px;    }    .content-search {        margin-bottom: 6px;    }    .content-actions {        float: right;        margin-right: 20px;    }}
 |