Merge branch '197-delete-room-pop-up-width' into 'dev'
Delete popup width fixed See merge request keanuapp/keanuapp-weblite!32
This commit is contained in:
commit
ade5557f1d
1 changed files with 6 additions and 2 deletions
|
|
@ -1,10 +1,14 @@
|
|||
<template>
|
||||
<v-dialog v-model="showDialog" v-show="room" class="ma-0 pa-0" width="80%">
|
||||
<v-dialog
|
||||
v-model="showDialog"
|
||||
v-show="room" class="ma-0 pa-0"
|
||||
:width="$vuetify.breakpoint.smAndUp ? '940px' : '95%'"
|
||||
>
|
||||
<div v-if="timeout == -1" class="dialog-content text-center">
|
||||
<template>
|
||||
<v-img contain height="28" src="@/assets/icons/trash_black.svg" />
|
||||
<h2 class="dialog-title">{{ $t("purge_room.title") }}</h2>
|
||||
<div class="dialog-text">
|
||||
<div class="dialog-text text-center">
|
||||
{{ $t("purge_room.info") }}
|
||||
</div>
|
||||
<div class="dialog-text">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue