|
@@ -135,11 +135,12 @@ export default {
|
|
|
// min-height: 600px;
|
|
|
// }
|
|
|
.ant-table-body {
|
|
|
- height: 600px !important;
|
|
|
+ min-height: 0 !important;
|
|
|
+ max-height: 600px;
|
|
|
+ }
|
|
|
+ .ant-table-placeholder {
|
|
|
+ min-height: 650px !important;
|
|
|
}
|
|
|
- // .ant-table-tbody {
|
|
|
- // min-height: 600px !important;
|
|
|
- // }
|
|
|
.ant-table-thead {
|
|
|
th {
|
|
|
padding: 15px 12px;
|