mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: Fix the issue of image enlargement in the paragraph
This commit is contained in:
parent
e71cf925ba
commit
4d081d9fd0
|
|
@ -271,6 +271,7 @@ function getList() {
|
|||
}
|
||||
|
||||
const open = () => {
|
||||
filterText.value = ''
|
||||
debugVisible.value = true
|
||||
getList()
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
destroy-on-close
|
||||
:close-on-click-modal="false"
|
||||
:close-on-press-escape="false"
|
||||
@click.stop
|
||||
append-to-body
|
||||
>
|
||||
<el-row v-loading="loading">
|
||||
<el-col :span="18">
|
||||
|
|
|
|||
Loading…
Reference in New Issue