แก้ column
This commit is contained in:
parent
b24f4461ab
commit
b035dc547a
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ watch(
|
|||
</script>
|
||||
<template>
|
||||
<q-dialog v-model="props.modal" persistent>
|
||||
<q-card class="column" :style="$q.screen.lt.sm ? 'width: 100%;': 'width: 320px;'">
|
||||
<q-card :style="$q.screen.lt.sm ? 'width: 100%;': 'width: 320px;'">
|
||||
<HeaderPopup :title="props.title" :clickClose="clickClosePopup" />
|
||||
<FormTime
|
||||
:dataById="data"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue