소스 검색

Refactor customsData.vue to improve analysis report styling

- Removed padding and border styles from the analysis content for a cleaner look.
- Streamlined the layout of analysis items to enhance visual presentation.
zq940222 3 달 전
부모
커밋
e3093889ad
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      src/views/adweb/data/customsData.vue

+ 0 - 3
src/views/adweb/data/customsData.vue

@@ -747,10 +747,7 @@ onMounted(() => {
 
 // 分析报告内容样式
 .analysis-content {
-    padding: 24px;
     background: #fff;
-    border-radius: 4px;
-    border: 1px solid #f0f0f0;
 
     .analysis-item {
         margin-bottom: 24px; // 添加组件之间的间距