mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-09-05 06:04:35 +08:00
feat: support closing log dialog with ESC key and outside click (#10252)
Refs https://github.com/1Panel-dev/1Panel/issues/10240
This commit is contained in:
parent
39cf26628f
commit
7ba06e73d7
1 changed files with 1 additions and 8 deletions
|
@ -1,12 +1,5 @@
|
|||
<template>
|
||||
<el-dialog
|
||||
v-model="open"
|
||||
:close-on-click-modal="false"
|
||||
:close-on-press-escape="false"
|
||||
:show-close="showClose"
|
||||
@close="handleClose"
|
||||
:width="width"
|
||||
>
|
||||
<el-dialog v-model="open" :show-close="showClose" @close="handleClose" :width="width">
|
||||
<div v-if="open">
|
||||
<LogFile :config="config" :showTail="showTail"></LogFile>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue