This commit is contained in:
2021-01-08 18:35:30 +00:00
parent fede08f639
commit 3ff422e20c
3 changed files with 114 additions and 11 deletions

View File

@@ -3,7 +3,7 @@
<v-row>
<template v-if="!readonly">
<v-col cols="12">
<v-dialog v-model="dlgdate" width="290px">
<v-dialog v-model="dlgdate" width="300px">
<template v-slot:activator="{ on }">
<v-text-field
v-on="on"

View File

@@ -4,7 +4,7 @@
<v-row>
<template v-if="!readonly">
<v-col xs6>
<v-dialog v-model="dlgdate" width="290px">
<v-dialog v-model="dlgdate" width="300px">
<template v-slot:activator="{ on }">
<v-text-field
v-on="on"