Commit 8753aa6e authored by zhengke's avatar zhengke

字体 调整

parent 28733de3
......@@ -39,7 +39,7 @@
</div>
<div class="text-small text-grey q-mt-lg" v-if="fonts && fonts.length>0">请完善以下字体信息补充:</div>
<div class="row items-center q-mt-md" v-for="(x,i) in fonts" :key="x">
<div class="text-small col">字体名称:{{ x }}</div>
<div class="text-small col" style="user-select: text !important;">字体名称:{{ x }}</div>
<el-upload
v-loading="uploadingIndex==i"
:on-change="(uploadFile:any, uploadFiles:any)=> uploadFontHandler(uploadFile, uploadFiles,x)"
......
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