Kaynağa Gözat

NPC替换NNPE样式

guanchunjie 3 yıl önce
ebeveyn
işleme
8877773943

+ 3 - 3
src/components/Adult/Preview.vue

@@ -1,8 +1,8 @@
 <!--  -->
 <template>
   <div
-    class="NNPE-Big-Book-preview adult-book-preview-sty"
-    :class="['NNPE-Big-Book-preview-' + themeColor]"
+    class="NPC-Big-Book-preview adult-book-preview-sty"
+    :class="['NPC-Big-Book-preview-' + themeColor]"
     v-if="cur"
   >
     <div class="NNPE-title">
@@ -678,7 +678,7 @@ export default {
 </script>
 <style lang='scss' scoped>
 //@import url(); 引入公共css类
-.NNPE-Big-Book-preview {
+.NPC-Big-Book-preview {
   width: 860px;
   margin: 0 auto;
   position: relative;

+ 1 - 1
src/components/Adult/preview/NewWordShow.vue

@@ -296,7 +296,7 @@ export default {
 }
 </style>
 <style lang="scss">
-.NNPE-Big-Book-preview-red {
+.NPC-Big-Book-preview-red {
   .NewWordShow {
     .strock-play-box {
       width: 16px;

+ 2 - 2
src/components/Adult/preview/components/WordPhraseDetail.vue

@@ -343,7 +343,7 @@ export default {
         this.old_word = this.optionRes.new_word;
       }
       let Fathernode = document.getElementsByClassName(
-        "NNPE-Big-Book-preview"
+        "NPC-Big-Book-preview"
       )[0];
       if (Fathernode) {
         //   this.height = Fathernode.clientHeight + "px";
@@ -654,7 +654,7 @@ export default {
 }
 </style>
 <style lang="scss">
-.NNPE-Big-Book-preview-red {
+.NPC-Big-Book-preview-red {
   .wordDetailChs {
     .zhedie-white {
       .el-collapse-item__header {