/* antd 样式 */
.search-box {
    padding: 8px;
}
.search-box input {
    width: 188px;
    margin-bottom: 8px;
    display: block;
}
.search-box button {
    width: 90px;
}
.search-button {
    margin-right: 8px;
}
/* nz-table thead tr th {
    white-space: nowrap;
} */