more cleanup, weird extraneous "row" in v-row removed history form weirdness etc
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div>
|
||||
<v-row row wrap v-if="!readonly">
|
||||
<v-row v-if="!readonly">
|
||||
<v-col cols="12">
|
||||
<v-dialog v-model="dlgdate" persistent width="290px">
|
||||
<template v-slot:activator="{ on }">
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div>
|
||||
<v-row row wrap v-if="!readonly">
|
||||
<v-row v-if="!readonly">
|
||||
<v-col xs6>
|
||||
<v-dialog
|
||||
ref="theDateDialog"
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
</template> -->
|
||||
<template slot="no-data" v-if="tagSearchEntry">
|
||||
<v-container fluid>
|
||||
<v-row row>
|
||||
<v-row>
|
||||
<v-row justify-center>
|
||||
<v-chip color="primary" text-color="white" class="display-1">
|
||||
{{ this.normalizeTag(tagSearchEntry) }}</v-chip
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div>
|
||||
<v-row row wrap v-if="!readonly">
|
||||
<v-row v-if="!readonly">
|
||||
<v-col cols="12">
|
||||
<v-dialog v-model="dlgtime" persistent width="290px">
|
||||
<template v-slot:activator="{ on }">
|
||||
|
||||
Reference in New Issue
Block a user