แก้ไข date picker error บน ios (เดือน/ปี)

This commit is contained in:
Warunee Tamkoo 2025-07-16 10:51:04 +07:00
parent b5f4209b35
commit dfa4a8284f
3 changed files with 46 additions and 21 deletions

View file

@ -219,3 +219,9 @@ onMounted(() => {
</div>
</div>
</template>
<style scoped>
.q-tab-panel {
min-height: 400px;
}
</style>