This commit is contained in:
zoujiandong
2025-07-18 08:56:16 +08:00
parent a0d99cad11
commit 2f79feb17e
40 changed files with 47 additions and 38 deletions
+10 -1
View File
@@ -671,7 +671,7 @@ const blurInfo = () => {
// #ifdef H5
setTimeout(() => {
isFocusInfo.value = false;
}, 2000)
},0)
// #endif
};
@@ -1816,4 +1816,13 @@ onLoad(() => {
max-width: 100%;
}
}
/* #ifdef H5 */
:deep(.ql-editor){
position: absolute;
top: 0;
bottom: 0;
width:100%;
}
/* #endif */
</style>