Disable ExamineLogModal transitions for more fast experience
This commit is contained in:
parent
58308d51ec
commit
2573eb6675
@ -3,6 +3,7 @@
|
|||||||
v-model="examineLog"
|
v-model="examineLog"
|
||||||
width="50wv"
|
width="50wv"
|
||||||
@click.outside="close"
|
@click.outside="close"
|
||||||
|
transition="false"
|
||||||
>
|
>
|
||||||
<v-card>
|
<v-card>
|
||||||
<v-card-text style="height: 70vh">
|
<v-card-text style="height: 70vh">
|
||||||
@ -20,7 +21,7 @@
|
|||||||
></ag-grid-vue>
|
></ag-grid-vue>
|
||||||
</v-card-text>
|
</v-card-text>
|
||||||
<v-card-actions>
|
<v-card-actions>
|
||||||
<v-btn color="primary" block @click="closeModal">Close</v-btn>
|
<v-btn color="primary" block @click="closeModal" transition="false">Close</v-btn>
|
||||||
</v-card-actions>
|
</v-card-actions>
|
||||||
</v-card>
|
</v-card>
|
||||||
</v-dialog>
|
</v-dialog>
|
||||||
|
Loading…
Reference in New Issue
Block a user