fix: 超过高度才显示滚动条
This commit is contained in:
@@ -1604,7 +1604,7 @@ onMounted(() => {
|
||||
<!-- 新增框或修改框 -->
|
||||
<a-modal
|
||||
width="800px"
|
||||
:body-style="{ maxHeight: '650px', 'overflow-y': 'scroll' }"
|
||||
:body-style="{ maxHeight: '650px', 'overflow-y': 'auto' }"
|
||||
:keyboard="false"
|
||||
:mask-closable="false"
|
||||
:visible="modalState.visibleByAdd"
|
||||
|
||||
Reference in New Issue
Block a user