Commit 6b563b98 authored by zhengke's avatar zhengke

修复选字

parent 5ceda7dc
......@@ -15,7 +15,8 @@
<Divider />
<SelectGroup class="row formatFontsBox">
<el-select v-model="richTextAttrs.fontname" placeholder="" filterable>
<el-select v-model="richTextAttrs.fontname" placeholder="" filterable
@change="emitRichTextCommand('fontname', richTextAttrs.fontname)">
<el-option
v-for="item in formatFonts"
:key="item.value"
......
......@@ -140,7 +140,8 @@
</div>
<div class="row formatFontsBox">
<div style="width: 40%;">字体:</div>
<el-select v-model="theme.fontName" placeholder="" filterable style="width: 137px;">
<el-select v-model="theme.fontName" placeholder="" filterable style="width: 137px;"
@change="updateTheme({ fontName: theme.fontName })">
<el-option
v-for="item in formatFonts"
:key="item.value"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment