1111
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user