Merge pull request #3605 from dataease/pr@dev@fix_template-market

fix(模板市场): 修复历史模板数据应用后视图无法显示问题
This commit is contained in:
Junjun
2022-11-02 14:06:57 +08:00
committed by GitHub
2 changed files with 17 additions and 9 deletions

View File

@@ -13,7 +13,7 @@
class="market-main"
>
<el-row>
<el-col span="12">
<el-col :span="12">
<span class="title-left">{{ $t('panel.template_market') }}</span>
</el-col>
<el-col span="12">
@@ -23,7 +23,7 @@
size="small"
class="title-right"
:placeholder="$t('panel.enter_template_name_tips')"
clearable="true"
:clearable="true"
/>
</el-col>
</el-row>
@@ -88,7 +88,7 @@
:visible.sync="folderSelectShow"
width="600px"
class="market-dialog-css"
append-to-body="true"
:append-to-body="true"
:destroy-on-close="true"
>
<el-form