fix(use-loading): rendering fails when used with onMounted, fix #438

This commit is contained in:
Vben
2021-04-08 01:03:14 +08:00
parent 67a7a76b73
commit 6b996229e1
6 changed files with 37 additions and 22 deletions

View File

@@ -18,6 +18,11 @@ html[data-theme='dark'] {
0 9px 28px 8px rgb(0 0 0 / 20%);
}
.ant-card-grid {
box-shadow: 1px 0 0 0 #434343, 0 1px 0 0 #434343, 1px 1px 0 0 #434343, 1px 0 0 0 #434343 inset,
0 1px 0 0 #434343 inset;
}
.ant-alert-message,
.ant-alert-with-description .ant-alert-message,
.ant-alert-description {