Template
1
0
mirror of https://github.com/un-pany/v3-admin-vite.git synced 2025-04-22 03:49:19 +08:00

perf: TagsView

This commit is contained in:
pany 2022-10-09 22:56:13 +08:00 committed by GitHub
parent ed79d90fa3
commit fa29e1d364
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -205,10 +205,10 @@ onMounted(() => {
margin-left: 5px;
margin-top: 4px;
&:first-of-type {
margin-left: 24px;
margin-left: 5px;
}
&:last-of-type {
margin-right: 24px;
margin-right: 5px;
}
&.active {
background-color: var(--v3-tagsview-tag-active-bg-color);