fix(web): 修复删除按钮hover不是红色
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user