fix(web): 修复删除按钮hover不是红色

This commit is contained in:
v-zhangjc9
2025-06-19 11:31:07 +08:00
parent 24d5d10ecb
commit 306c20aa7f
6 changed files with 9 additions and 5 deletions

View File

@@ -217,7 +217,7 @@ const Feedback: React.FC = () => {
disabledOn: '${status === \'ANALYSIS_PROCESSING\'}',
type: 'action',
label: '删除',
className: 'text-danger hover:text-red-600',
className: 'text-danger btn-deleted',
level: 'link',
size: 'sm',
actionType: 'ajax',