From 77950e48c76f4a3b29d01831d43039caba29888a Mon Sep 17 00:00:00 2001
From: wwf <1971391498@qq.com>
Date: 星期二, 18 十一月 2025 14:12:42 +0800
Subject: [PATCH] 修改
---
app/components/base/action-button/index.css | 22 +++++++++++++---------
1 files changed, 13 insertions(+), 9 deletions(-)
diff --git a/app/components/base/action-button/index.css b/app/components/base/action-button/index.css
index 3c1a10b..96fbb14 100644
--- a/app/components/base/action-button/index.css
+++ b/app/components/base/action-button/index.css
@@ -2,11 +2,9 @@
@layer components {
.action-btn {
- @apply inline-flex justify-center items-center cursor-pointer text-text-tertiary hover:text-text-secondary hover:bg-state-base-hover
- }
-
- .action-btn-hover {
- @apply bg-state-base-hover
+ @apply inline-flex justify-center items-center cursor-pointer text-text-tertiary
+ hover:text-text-secondary
+ hover:bg-state-base-hover
}
.action-btn-disabled {
@@ -31,15 +29,21 @@
}
.action-btn.action-btn-active {
- @apply text-text-accent bg-state-accent-active hover:bg-state-accent-active-alt
+ @apply
+ text-text-accent
+ bg-state-accent-active
+ hover:bg-state-accent-active-alt
}
.action-btn.action-btn-disabled {
- @apply text-text-disabled
+ @apply
+ text-text-disabled
}
.action-btn.action-btn-destructive {
- @apply text-text-destructive bg-state-destructive-hover
+ @apply
+ text-text-destructive
+ bg-state-destructive-hover
}
-}
+}
\ No newline at end of file
--
Gitblit v1.8.0