Commit 516244e4 by fengzhaoyu

style: 修改邮箱号过长问题

parent 753a2c50
...@@ -46,6 +46,7 @@ ...@@ -46,6 +46,7 @@
} }
.applicationLogo { .applicationLogo {
flex: 0 0 72rpx;
width: 72rpx; width: 72rpx;
height: 72rpx; height: 72rpx;
margin-right: 24rpx; margin-right: 24rpx;
...@@ -65,6 +66,10 @@ ...@@ -65,6 +66,10 @@
} }
.applicationMsg>view:nth-of-type(1)>view:nth-of-type(1) { .applicationMsg>view:nth-of-type(1)>view:nth-of-type(1) {
max-width: 448rpx;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
font-size: 28rpx; font-size: 28rpx;
color: #191F25; color: #191F25;
margin-bottom: 8rpx; margin-bottom: 8rpx;
......
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