| | |
| | | import ToolModal from './components/common/ToolModal'; |
| | | import OutboundCallWidget from './components/common/OutboundCallWidget'; |
| | | |
| | | // 新增组件 |
| | | import AppHeader from './components/common/AppHeader'; |
| | | import WarningAlert from './components/common/WarningAlert'; |
| | | |
| | | // 工具内容组件 |
| | | import WageCalculatorContent from './components/tools/WageCalculatorContent'; |
| | | import LawSearchContent from './components/tools/LawSearchContent'; |
| | |
| | | href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" |
| | | /> |
| | | |
| | | {/* 蓝色顶部Header */} |
| | | <AppHeader /> |
| | | |
| | | {/* 顶部区域 */} |
| | | <TopSection /> |
| | | |
| | |
| | | {/* AI调解进度 */} |
| | | <MediationProgress /> |
| | | |
| | | {/* 预警提示消息 */} |
| | | <WarningAlert /> |
| | | |
| | | {/* 选项卡容器 */} |
| | | <TabContainer ref={tabContainerRef} /> |
| | | </div> |