This commit is contained in:
2022-12-26 18:22:09 +00:00
parent b75dcb7576
commit 9604a3863e

View File

@@ -99,7 +99,7 @@
</v-col> </v-col>
<v-col cols="12" sm="6" lg="4" xl="3"> <v-col cols="12" sm="6" lg="4" xl="3">
<v-row> <v-row no-gutters>
<v-col cols="1"> <v-col cols="1">
<v-menu offset-y> <v-menu offset-y>
<template v-slot:activator="{ on, attrs }"> <template v-slot:activator="{ on, attrs }">
@@ -129,7 +129,7 @@
</v-list> </v-list>
</v-menu> </v-menu>
</v-col> </v-col>
<v-col cols="11"> <v-col>
<gz-date-time-picker <gz-date-time-picker
ref="subscriptionExpire" ref="subscriptionExpire"
v-model="obj.subscriptionExpire" v-model="obj.subscriptionExpire"