Explorar o código

富文本拼音模式下气泡宽度530px

zq hai 1 mes
pai
achega
4cb285c444
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/PinyinText.vue

+ 1 - 1
src/components/PinyinText.vue

@@ -180,7 +180,7 @@
       placement="bottom-start"
       trigger="manual"
     >
-      <div class="popover-content" v-html="sanitizeHTML(note)"></div>
+      <div class="popover-content" style="max-width: 530px; font-size: 14pt" v-html="sanitizeHTML(note)"></div>
     </el-popover>
   </div>
 </template>