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

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

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