提交 ba14d353 编写于 作者: DCloud_JSON's avatar DCloud_JSON

修复 解决微信小程序端样式警告问题

上级 29e0f601
......@@ -543,11 +543,14 @@
.uni-im-editor-mp {
width: 100%;
height: auto;
max-height: 110px;
}
/* #endif */
.uni-im-editor {
min-height: 26px;
max-height: 110px;
/* #endif */
/* #ifndef MP */
.uni-im-editor {
min-height: 26px;
max-height: 110px;
overflow: auto;
// 解决ios下不能编辑的问题
-webkit-user-modify: read-write-plaintext-only;
......@@ -556,8 +559,8 @@
-webkit-user-select:text;
}
/* #endif */
&:focus {
outline: none;
&:focus {
outline: none;
}
& ::v-deep {
img {
......@@ -574,4 +577,5 @@
}
}
}
/* #endif */
</style>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册