style(CompetitiveAnalysisCard): 移除卡片边框
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -42,8 +42,6 @@ import type { ComprehensiveData, CompetitivePosition } from '../types';
|
|||||||
// 样式常量 - 避免每次渲染创建新对象
|
// 样式常量 - 避免每次渲染创建新对象
|
||||||
const CARD_STYLES = {
|
const CARD_STYLES = {
|
||||||
bg: 'transparent',
|
bg: 'transparent',
|
||||||
border: '1px solid',
|
|
||||||
borderColor: 'yellow.600',
|
|
||||||
shadow: 'md',
|
shadow: 'md',
|
||||||
} as const;
|
} as const;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user