Browse Source

Merge branch 'fix'

Karsa 2 years ago
parent
commit
ae76e9a9a8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/priceDriven/detail.vue

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

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