🐛 Fix(custom): fix css error

This commit is contained in:
Kuingsmile 2024-06-03 19:25:06 +08:00
parent 30341d47a0
commit 0c241bc82c

View File

@ -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"
/> />