...
|
...
|
@@ -276,4 +276,8 @@ |
276
|
276
|
.configuration-list:deep(.ant-list-pagination) {
|
277
|
277
|
height: 24px;
|
278
|
278
|
}
|
|
279
|
+
|
|
280
|
+ .configuration-list:deep(.ant-list-empty-text) {
|
|
281
|
+ @apply w-full h-full flex justify-center items-center;
|
|
282
|
+ }
|
279
|
283
|
</style> |
...
|
...
|
|