提交 fb2f543d 编写于 作者: Q qiang

feat: uni.showModal 内容支持主动换行

上级 a93f5201
...@@ -113,6 +113,7 @@ export default { ...@@ -113,6 +113,7 @@ export default {
font-size: 18px; font-size: 18px;
word-wrap:break-word; word-wrap:break-word;
word-break:break-all; word-break:break-all;
white-space: pre;
overflow : hidden; overflow : hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
display: -webkit-box; display: -webkit-box;
...@@ -127,6 +128,7 @@ export default { ...@@ -127,6 +128,7 @@ export default {
line-height: 1.4; line-height: 1.4;
word-wrap: break-word; word-wrap: break-word;
word-break: break-all; word-break: break-all;
white-space: pre;
color: #999999; color: #999999;
max-height: 400px; max-height: 400px;
overflow-y: auto; overflow-y: auto;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册