|
@@ -525,6 +525,13 @@ justify-content: space-around;
|
|
|
.demo-infinite-container {
|
|
|
overflow: auto;
|
|
|
height: 400px;
|
|
|
+}
|
|
|
+ /deep/ .ant-table-placeholder{
|
|
|
+ height:360px;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
}
|
|
|
::-webkit-scrollbar { width: 0; height: 0; color: transparent; }
|
|
|
</style>
|