fix: eslint

This commit is contained in:
xingyu
2023-09-11 17:08:39 +08:00
parent 56a71f64e7
commit 5494756a66
8 changed files with 29 additions and 20 deletions

View File

@ -54,6 +54,7 @@ const { user } = defineProps<{ user: UserApi.UserVO }>()
.cell-item {
display: inline;
}
.cell-item::after {
content: ':';
}