样式调整

This commit is contained in:
fofolee
2025-02-16 00:38:16 +08:00
parent ca24afe4b2
commit 44ed767e8c
5 changed files with 31 additions and 30 deletions

View File

@@ -342,4 +342,9 @@ export default defineComponent({
display: flex;
align-items: center;
}
.section-header .q-field--focused .q-field__prepend .q-icon {
animation: shake 0.8s ease;
color: var(--q-primary);
}
</style>