#root {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    min-width: 960px;
    .search-wrap {
        display: none !important;
    }
    // 自定义ant 按钮之间的间距
    .ant-btn {
        margin: 4px;
        & > span {
            margin-left: 2px;
            font-size: 14px;
        }
    }
    // table 操作按钮的排列方式
    .table-operation {
        display: flex;
        justify-content: center;
    }
}

.ant-modal {
    .ant-modal-header {
        border: none;
    }
    .ant-modal-footer {
        border: none;
    }
    .ant-modal-body {
        padding-top: 0;
    }
}