Kaynağa Gözat

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 ay önce
ebeveyn
işleme
e3093889ad
1 değiştirilmiş dosya ile 0 ekleme ve 3 silme
  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; // 添加组件之间的间距