Ver Fonte

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

zq há 1 mês atrás
pai
commit
4cb285c444
1 ficheiros alterados com 1 adições e 1 exclusões
  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>