浏览代码

Merge branch 'fix'

Karsa 2 年之前
父节点
当前提交
ae76e9a9a8
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/priceDriven/detail.vue

+ 2 - 2
src/views/priceDriven/detail.vue

@@ -520,7 +520,7 @@ onUnmounted(() => {
   .richtext-container {
     margin-top: 130px;
     .section {
-      padding: 20px;
+      padding: 0 20px;
       border-bottom: 2px solid #f1f1f1;
       > h3 {
         font-size: 16px;
@@ -555,7 +555,7 @@ onUnmounted(() => {
       }
     }
     .rich-section {
-      padding: 20px;
+      padding:  0 20px 0;
       ::v-deep(img) {
         width: 100% !important;
       }