delete room pop up ui fixed
This commit is contained in:
parent
cebdc732bf
commit
0736b71b15
2 changed files with 4 additions and 4 deletions
|
|
@ -3,7 +3,7 @@
|
|||
v-model="showDialog"
|
||||
v-show="room"
|
||||
class="ma-0 pa-0"
|
||||
:width="$vuetify.breakpoint.smAndUp ? '688px' : '80%'"
|
||||
:width="$vuetify.breakpoint.smAndUp ? '688px' : '95%'"
|
||||
>
|
||||
<div class="dialog-content text-center">
|
||||
<template v-if="roomJoinRule == 'public'">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue