@import '../../../style/variables.less';

.split-space {
    margin-bottom: 5px;
    height: 8px;
    clear: both; // Col 有float属性，导致布局错乱
    background-color: @page-background;
}