'admin-21.06.30:新增表单自适应演示界面、更新最新依赖'

This commit is contained in:
lyt
2021-06-30 15:48:38 +08:00
parent cd43791fc3
commit e0786adc02
2 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@
- 🌟 更新 依赖更新最新版本
- 🎉 新增 表单自适应演示界面
- 🎯 优化 去掉内嵌 iframe 内边距padding
## 1.0.4

View File

@ -1,5 +1,5 @@
<template>
<div class="layout-scrollbar">
<div>
<div class="layout-view-bg-white flex h100" v-loading="iframeLoading">
<iframe :src="meta.isLink" frameborder="0" height="100%" width="100%" id="iframe"></iframe>
</div>