Browse Source

样式调整

natasha 1 week ago
parent
commit
a66906baf4

+ 8 - 0
src/views/book/courseware/preview/components/character/CharacterPreview.vue

@@ -199,6 +199,9 @@
                 </div>
               </div>
             </div>
+            <div class="words-bottom" v-if="item.shiyi">
+              {{ item.shiyi }}
+            </div>
           </div>
         </div>
       </template>
@@ -725,5 +728,10 @@ export default {
   .words-item {
     margin-bottom: 10px;
   }
+
+  .words-bottom {
+    margin-top: 3px;
+    word-break: break-word;
+  }
 }
 </style>