@@ -12,6 +12,7 @@
toolbar="fontselect fontsizeselect forecolor backcolor | underline | bold italic strikethrough alignleft aligncenter alignright image media link"
:wordlimit-num="false"
:height="240"
+ :font-size="'14pt'"
placeholder="输入内容"
page-from="audit"
/>
@@ -49,7 +49,7 @@
placement="bottom-start"
trigger="manual"
>
- <div class="popover-content" v-html="sanitizeHTML(selectedNote)"></div>
+ <div class="popover-content" style="max-width: 530px; font-size: 14pt" v-html="sanitizeHTML(selectedNote)"></div>
</el-popover>
</div>
</template>