- Removed padding and border styles from the analysis content for a cleaner look. - Streamlined the layout of analysis items to enhance visual presentation.
@@ -747,10 +747,7 @@ onMounted(() => {
// 分析报告内容样式
.analysis-content {
- padding: 24px;
background: #fff;
- border-radius: 4px;
- border: 1px solid #f0f0f0;
.analysis-item {
margin-bottom: 24px; // 添加组件之间的间距