style: 优化新增任务窗口样式

This commit is contained in:
2024-11-18 22:03:27 +08:00
parent 901213d133
commit d55f1e817e

View File

@@ -4,6 +4,7 @@
:title="title"
:mask-closable="false"
:esc-to-close="false"
:body-style="{ maxHeight: width >= 700 ? '76vh' : '100vh' }"
:width="width >= 700 ? 700 : '100%'"
@before-ok="save"
@close="reset"