优化对话框组件的样式和属性设置

This commit is contained in:
jxxghp
2025-01-29 19:21:57 +08:00
parent 47da6db51a
commit 83b25eabbb
3 changed files with 5 additions and 3 deletions

View File

@@ -403,7 +403,7 @@ watch(
</VRow>
<!-- 双重验证弹窗 -->
<VDialog v-model="otpDialog" max-width="45rem" persistent z-index="1010">
<VDialog v-model="otpDialog" max-width="45rem" persistent scrollable>
<!-- 开启双重验证弹窗内容 -->
<VCard>
<DialogCloseBtn @click="otpDialog = false" />