style(DeviceManagement): 调整批量删除按钮样式以使用主题属性

This commit is contained in:
zhang1106
2026-02-12 15:13:38 +08:00
parent b2c3e6c348
commit da8e4623ff
+2 -3
View File
@@ -1356,6 +1356,8 @@ function DeviceManagement() {
批量删除 ({selectedDevices.length})
</Button>
<Button
type="primary"
danger
style={{
height: '36px',
borderRadius: designTokens.borderRadius.small,
@@ -1364,9 +1366,6 @@ function DeviceManagement() {
display: 'inline-flex',
alignItems: 'center',
gap: '6px',
background: designTokens.colors.error.main,
border: 'none',
color: '#ffffff',
}}
icon={<DeleteOutlined />}
onClick={handleDeleteAll}