408249787 2 years ago
parent
commit
133a3a445b

+ 7 - 0
src/views/workplace/backlog/NewWorkplaceBacklog.vue

@@ -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>

+ 7 - 0
src/views/workplace/backlog/SbInfoWorkplaceBacklog.vue

@@ -565,6 +565,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>

+ 7 - 0
src/views/workplace/backlog/StoreWorkplaceBacklog.vue

@@ -583,6 +583,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>