mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-28 02:10:04 +08:00
fix(use-loading): rendering fails when used with onMounted, fix #438
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user