fix: Fix the issue of image enlargement in the paragraph
parent
e71cf925ba
commit
4d081d9fd0
|
|
@ -271,6 +271,7 @@ function getList() {
|
||||||
}
|
}
|
||||||
|
|
||||||
const open = () => {
|
const open = () => {
|
||||||
|
filterText.value = ''
|
||||||
debugVisible.value = true
|
debugVisible.value = true
|
||||||
getList()
|
getList()
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
destroy-on-close
|
destroy-on-close
|
||||||
:close-on-click-modal="false"
|
:close-on-click-modal="false"
|
||||||
:close-on-press-escape="false"
|
:close-on-press-escape="false"
|
||||||
@click.stop
|
append-to-body
|
||||||
>
|
>
|
||||||
<el-row v-loading="loading">
|
<el-row v-loading="loading">
|
||||||
<el-col :span="18">
|
<el-col :span="18">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue