Commit e6ca653e authored by 阮藤's avatar 阮藤

问题解决

parent 6515505d
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
<view class="u-m-l-20 u-flex-1"> <view class="u-m-l-20 u-flex-1">
<view class="u-m-b-10"> <view class="u-m-b-10">
<span class="color_00004">建模服务商</span> <span class="color_00004">建模服务商</span>
<span class="u-m-l-20 ov_hid">{{ item.enterpriseName }}</span> <span class="u-m-l-20">{{ item.enterpriseName }}</span>
</view> </view>
<view class="u-m-b-10"> <view class="u-m-b-10">
<span class="color_00004">截止日期</span> <span class="color_00004">截止日期</span>
...@@ -478,8 +478,8 @@ export default { ...@@ -478,8 +478,8 @@ export default {
} }
.ov_hid{ .ov_hid{
overflow: hidden; overflow: hidden;
text-overflow:ellipsis; text-overflow:ellipsis;
white-space: nowrap; white-space: nowrap;
} }
.entrus_list_title { .entrus_list_title {
flex: 1; flex: 1;
......
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