fix(web): hide customFont el-popover after click button
This commit is contained in:
@@ -68,7 +68,13 @@
|
|||||||
"
|
"
|
||||||
>确定</el-button
|
>确定</el-button
|
||||||
>
|
>
|
||||||
<el-button type="primary" size="small" @click="loadFontFromURL"
|
<el-button
|
||||||
|
type="primary"
|
||||||
|
size="small"
|
||||||
|
@click="
|
||||||
|
loadFontFromURL();
|
||||||
|
customFontSavePopVisible = false;
|
||||||
|
"
|
||||||
>网络下载</el-button
|
>网络下载</el-button
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user