mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-11-29 10:52:54 +00:00
made modal window width adaptive
This commit is contained in:
parent
8409fdd24f
commit
5cee263d09
1 changed files with 2 additions and 1 deletions
|
|
@ -432,7 +432,8 @@
|
|||
<a-modal id="xraylog-modal" v-model="xraylogModal.visible"
|
||||
:closable="true" @cancel="() => xraylogModal.visible = false"
|
||||
:class="themeSwitcher.currentTheme"
|
||||
width="1200px" footer="">
|
||||
width="80vw"
|
||||
footer="">
|
||||
<template slot="title">
|
||||
{{ i18n "pages.index.logs" }}
|
||||
<a-icon :spin="xraylogModal.loading"
|
||||
|
|
|
|||
Loading…
Reference in a new issue