Explorar el Código

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

zq hace 1 mes
padre
commit
4cb285c444
Se han modificado 1 ficheros con 1 adiciones y 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>