Browse Source

feat: 样式文案优化

zhangyuhan 1 year ago
parent
commit
8e8e90b9a8
1 changed files with 10 additions and 12 deletions
  1. 10 12
      apps/bigmember_pc/src/views/article-content/pages/Article.vue

+ 10 - 12
apps/bigmember_pc/src/views/article-content/pages/Article.vue

@@ -447,20 +447,18 @@ const canShowMask = computed(() => {
 </style>
 <style lang="scss" scoped>
 .article-page-container {
-  ::v-deep {
-    .content-container {
-      &.calc {
-        .content-main {
-          display: block;
-          width: calc(100% - 200px);
-          margin: 0 auto;
-        }
+  .content-container {
+    &.calc {
+      .content-main {
+        display: block;
+        width: calc(100% - 200px);
+        margin: 0 auto;
       }
+    }
 
-      .content-right {
-        width: 200px;
-        margin-left: 16px;
-      }
+    .content-right {
+      width: 200px;
+      margin-left: 16px;
     }
   }
 }