natasha 1 Minggu lalu
induk
melakukan
f26515c36a

+ 4 - 1
src/components/Adult/Preview.vue

@@ -2078,7 +2078,10 @@
       :top="'10%'"
     >
       <template v-if="isPhone">
-        <div class="previewDialog-title">
+        <div
+          class="previewDialog-title"
+          :style="{ background: themeColorPhone[themeColorPhoneIndex] }"
+        >
           <h2>Reference answer</h2>
           <a @click="visiblePreviewDialog = false"
             ><img src="../../assets/NPC/icon-close.png"

+ 3 - 2
src/components/Adult/phonePreview/PreviewDialogueNPC.vue

@@ -4,6 +4,7 @@
     v-if="cur"
     class="NPC-Big-Book-preview adult-book-preview-sty NPC-Big-Book-preview-phone"
     :class="['NPC-Big-Book-preview-' + themeColor]"
+    :style="{ background: themeColorPhone }"
   >
     <!-- <div class="NNPE-title-bg" :style="{ background: themeColorPhone }">
       <div class="NNPE-title NNPE-title-top">
@@ -816,7 +817,7 @@
                       />
                     </template>
                     <template v-if="itemss.type == 'sort_chs'">
-                      <sentence-sort-qp-phone
+                      <SentenceSortQPPhone
                         v-if="refresh"
                         :cur-que="itemss.data"
                         :theme-color="themeColor"
@@ -2024,7 +2025,7 @@ export default {
       }
     }
     .NNPE-tableList {
-      background: #fff;
+      // background: #fff;
       border-radius: 8px;
       //   padding: 12px 8px;
       &.NNPE-tableList-hasBg {