fix MAP
This commit is contained in:
parent
aed5362e86
commit
4340eb5e02
5 changed files with 541 additions and 119 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue