9.9 修改预约管理页面

This commit is contained in:
jl-zhoujl2
2022-09-09 16:02:19 +08:00
parent 22647199ea
commit 92a759bc48
5 changed files with 81 additions and 91 deletions

View File

@ -193,4 +193,36 @@
.ant-pro-table-alert {
display: none;
}
}
.screen-reserve-table {
.ant-table-small .ant-table-thead>tr>th {
background-color: #fff
}
.ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>thead>tr>th,
.ant-table.ant-table-bordered>.ant-table-container>.ant-table-header>table>thead>tr>th,
.ant-table.ant-table-bordered>.ant-table-container>.ant-table-body>table>thead>tr>th,
.ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>tbody>tr>td,
.ant-table.ant-table-bordered>.ant-table-container>.ant-table-header>table>tbody>tr>td,
.ant-table.ant-table-bordered>.ant-table-container>.ant-table-body>table>tbody>tr>td,
.ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>tfoot>tr>th,
.ant-table.ant-table-bordered>.ant-table-container>.ant-table-header>table>tfoot>tr>th,
.ant-table.ant-table-bordered>.ant-table-container>.ant-table-body>table>tfoot>tr>th,
.ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>tfoot>tr>td,
.ant-table.ant-table-bordered>.ant-table-container>.ant-table-header>table>tfoot>tr>td,
.ant-table.ant-table-bordered>.ant-table-container>.ant-table-body>table>tfoot>tr>td {
border-right: 1px solid #eaeaea;
}
.ant-table-thead>tr>th,
.ant-table-tbody>tr>td {
border-bottom: 1px solid #eaeaea;
}
}
.screen-reserve-collapse {
.ant-collapse-content>.ant-collapse-content-box {
padding: 16px 0;
}
}