v3.7.0 自定义弹层溢出滚动样式

This commit is contained in:
YunaiV
2022-02-17 09:37:37 +08:00
parent 9626b5e971
commit 170c0dbcfc
3 changed files with 4 additions and 4 deletions

View File

@ -115,7 +115,7 @@
</div>
</el-dialog>
<el-dialog title="Cron表达式生成器" :visible.sync="openCron" >
<el-dialog title="Cron表达式生成器" :visible.sync="openCron" append-to-body class="scrollbar">
<crontab @hide="openCron=false" @fill="crontabFill" :expression="expression"></crontab>
</el-dialog>