fix (client): MkLoading doesn't show up at some places

This commit is contained in:
naskya 2024-04-08 18:17:22 +09:00
parent 273f1a8568
commit 3f918f9dcc
No known key found for this signature in database
GPG Key ID: 712D413B3A9FED5C
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ withDefaults(
display: inline-block;
vertical-align: middle;
padding: 0;
--size: v-bind(sizeEm);
--size: v-bind(`${sizeEm}em`);
}
}