This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-05-14 16:51:58 +07:00
parent aed5362e86
commit 4340eb5e02
5 changed files with 541 additions and 119 deletions

View file

@ -61,7 +61,7 @@ watch(
</script>
<template>
<q-dialog v-model="props.modal" persistent m>
<q-card :style="$q.screen.lt.sm ? 'width: 100%;' : 'width: 320px;'">
<q-card :style="$q.screen.lt.sm ? 'width: 100%;' : 'min-width: 80vh;'">
<HeaderPopup :title="props.title" :clickClose="clickClosePopup" />
<FormTime