Commit 983a0be9 by fengzhaoyu

动态文字超出问题

parent 56f06886
...@@ -6,6 +6,10 @@ ...@@ -6,6 +6,10 @@
margin-bottom: 1rpx; margin-bottom: 1rpx;
} }
.notes>view>text {
word-break: break-all
}
.notes-edit { .notes-edit {
min-height: 400rpx; min-height: 400rpx;
padding: 32rpx; padding: 32rpx;
......
...@@ -68,6 +68,7 @@ page { ...@@ -68,6 +68,7 @@ page {
color: rgba(27, 38, 61, 1); color: rgba(27, 38, 61, 1);
font-size: 32rpx; font-size: 32rpx;
font-family: PingFangSC-Medium; font-family: PingFangSC-Medium;
overflow: hidden
} }
.compose-column .title>text { .compose-column .title>text {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment