1. 优化配置管理的 loading 设置

This commit is contained in:
YunaiV
2023-03-09 21:45:39 +08:00
parent 74846a11bd
commit d24d9e690a
3 changed files with 20 additions and 11 deletions

View File

@ -86,7 +86,7 @@ const dialogStyle = computed(() => {
<ElScrollbar :style="dialogStyle" v-if="scroll">
<slot></slot>
</ElScrollbar>
<!-- 情况如果 scroll false说明关闭滚动条滚动条 -->
<!-- 情况如果 scroll false说明关闭滚动条滚动条 -->
<slot v-else></slot>
<template v-if="slots.footer" #footer>