From 72582f746aa2f1617f6cb6c75ea3707867cd27dc Mon Sep 17 00:00:00 2001 From: ThrRip Date: Wed, 27 Dec 2023 01:57:58 +0800 Subject: [PATCH] [all]: Unify the order of utility style classes --- packages/admin/app.vue | 8 ++++---- packages/admin/components/PlaylistList.vue | 16 ++++++++-------- packages/home/app.vue | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/packages/admin/app.vue b/packages/admin/app.vue index 0f11fe0..bd821b0 100644 --- a/packages/admin/app.vue +++ b/packages/admin/app.vue @@ -18,7 +18,7 @@ to="/" title="首页" class="aspect-square flex flex-row justify-center items-center h-14 - bg-blue hover:bg-blue-a focus:outline outline-2 outline-offset-3 outline-blue-a rounded-xl + bg-blue hover:bg-blue-a rounded-xl focus:outline outline-2 outline-offset-3 outline-blue-a transition duration-300 active:scale-95" :class="{ 'bg-blue-a': route.path === '/' }" @click="viewToggleFullNavigationBar(false)" @@ -30,7 +30,7 @@