Merge pull request #3491 from dataease/pr@dev@refactor_rich-text

refactor(仪表板): 富文本组件和富文本视图支持自适应缩放
This commit is contained in:
fit2cloud-chenyw 2022-10-27 16:40:25 +08:00 committed by GitHub
commit dd09bd554e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 38 additions and 36 deletions

View File

@ -1,6 +1,7 @@
<template>
<div
class="rich-main-class"
:style="autoStyle"
@dblclick="setEdit"
>
<Editor

View File

@ -1,6 +1,7 @@
<template>
<div
class="rich-main-class"
:style="autoStyle"
@dblclick="setEdit"
>
<Editor

View File

@ -127,8 +127,8 @@
</div>
<div class="de-foot">
<deBtn
@click="reset"
secondary
@click="reset"
>{{
$t("commons.reset")
}}</deBtn>