fix: 修复 Antd 和 React 废弃 API 警告

- AutoComplete/Select: dropdownStyle -> styles.popup.root
- AutoComplete/Select: popupClassName -> classNames.popup.root
- 移除 WebkitBackdropFilter(Chakra backdropFilter 自动处理)
- Table rowKey: 使用唯一标识符替代 index 参数

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
zdl
2025-12-19 13:15:09 +08:00
parent 010ed9b5bf
commit 92019ca92d
5 changed files with 12 additions and 11 deletions

View File

@@ -204,7 +204,6 @@ const SubTabContainer: React.FC<SubTabContainerProps> = memo(({
<TabList
bg={theme.bg}
backdropFilter="blur(20px)"
sx={{ WebkitBackdropFilter: 'blur(20px)' }}
borderBottom="1px solid"
borderColor={theme.borderColor}
borderRadius={compact ? 0 : DEEP_SPACE.radiusLG}