mirror of
https://github.com/Kuingsmile/PicList.git
synced 2025-02-02 11:08:13 -05:00
🐛 Fix(custom): fix css error
This commit is contained in:
parent
30341d47a0
commit
0c241bc82c
@ -821,7 +821,7 @@ https://www.baidu.com/img/bd_logo1.png"
|
|||||||
<div
|
<div
|
||||||
v-if="!tableData.length"
|
v-if="!tableData.length"
|
||||||
id="upload-dragger"
|
id="upload-dragger"
|
||||||
style="position: relative;top: 0;right: 0;heigth: 100%;width: 100%;display: flex;justify-content: center;align-items: center;"
|
style="position: relative;top: 0;right: 0;height: 100%;width: 100%;display: flex;justify-content: center;align-items: center;"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="upload-dragger__text"
|
class="upload-dragger__text"
|
||||||
@ -1246,7 +1246,7 @@ https://www.baidu.com/img/bd_logo1.png"
|
|||||||
append-to-body
|
append-to-body
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
style="-webkit-user-select: text"
|
style="-webkit-user-select: text; user-select: text;"
|
||||||
v-html="markDownContent"
|
v-html="markDownContent"
|
||||||
/>
|
/>
|
||||||
<el-button
|
<el-button
|
||||||
@ -1271,7 +1271,7 @@ https://www.baidu.com/img/bd_logo1.png"
|
|||||||
append-to-body
|
append-to-body
|
||||||
>
|
>
|
||||||
<highlightjs
|
<highlightjs
|
||||||
style="-webkit-user-select: text;"
|
style="-webkit-user-select: text; user-select: text;"
|
||||||
language="js"
|
language="js"
|
||||||
:code="textfileContent"
|
:code="textfileContent"
|
||||||
/>
|
/>
|
||||||
|
Loading…
Reference in New Issue
Block a user