Pārlūkot izejas kodu

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 mēneši atpakaļ
vecāks
revīzija
e3093889ad
1 mainītis faili ar 0 papildinājumiem un 3 dzēšanām
  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; // 添加组件之间的间距