fix: correct height attribute to max-height for dialog component

This commit is contained in:
Soulter
2026-02-08 21:13:38 +08:00
parent 03e0949067
commit 8bd1565696
@@ -1,5 +1,5 @@
<template>
<v-dialog v-model="showDialog" max-width="800px" height="90%" @after-enter="prepareData">
<v-dialog v-model="showDialog" max-width="800px" max-height="90%" @after-enter="prepareData">
<v-card
:title="updatingMode ? `${tm('dialog.edit')} ${updatingPlatformConfig.id} ${tm('dialog.adapter')}` : tm('dialog.addPlatform')">
<v-card-text ref="dialogScrollContainer" class="pa-4 ml-2" style="overflow-y: auto;">