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