Commit f040e3c8 by xiexiaoqin

Merge branch 'release/dev/2.0.0' into release/2.0.0

parents eb92bbf6 84e04489
...@@ -7,6 +7,10 @@ ...@@ -7,6 +7,10 @@
word-break: break-all; word-break: break-all;
} }
.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