Commit 3bc67a32e058bc39889d7e4c9e4d2841c97fc1e0

Authored by fengwotao
1 parent 7ed74c4b

fix: DEFECT-1768 新增租户后的产品界面置底和查询出来的界面也置底显示,图二为正常显示

... ... @@ -322,4 +322,8 @@
322 322 .profile-list:deep(.ant-card-body) {
323 323 @apply !p-4;
324 324 }
  325 +
  326 + :deep(.ant-spin-nested-loading) {
  327 + height: 40rem;
  328 + }
325 329 </style>
... ...