Commit 14302ad2 authored by 罗林杰's avatar 罗林杰

修改bug

parent 00214990
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
<u-read-more ref="uReadMore" :toggle="true" color="#415C9E" <u-read-more ref="uReadMore" :toggle="true" color="#415C9E"
:textIndent="0" showHeight="126rpx"> :textIndent="0" showHeight="126rpx">
<view @click="gotoDetail(info)" style="font-size: 28rpx;color: #333333;"> <view @click="gotoDetail(info)" style="font-size: 28rpx;color: #333333;">
<view class="" style="line-height: 1.5;"> <view class="detail" style="line-height: 1.5;">
{{info.content}} {{info.content}}
</view> </view>
</view> </view>
...@@ -435,4 +435,11 @@ ...@@ -435,4 +435,11 @@
} }
} }
.detail{
width: 500rpx;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
</style> </style>
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