mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-14 02:45:06 +08:00
1. 优化配置管理的 loading 设置
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user