|
@@ -197,7 +197,7 @@
|
|
<image src="https://dm.static.elab-plus.com/yezhu/icon_family.png" mode=""></image>
|
|
<image src="https://dm.static.elab-plus.com/yezhu/icon_family.png" mode=""></image>
|
|
<text style="width: 100%;">{{item.projectLayout}}</text>
|
|
<text style="width: 100%;">{{item.projectLayout}}</text>
|
|
</view>
|
|
</view>
|
|
- <text class="house_desc">{{item.shareRemark}}</text>
|
|
|
|
|
|
+ <text class="house_desc">{{item.taskEndTime}}</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
@@ -1062,13 +1062,15 @@
|
|
|
|
|
|
.house_name {
|
|
.house_name {
|
|
width: 100%;
|
|
width: 100%;
|
|
- word-break:break-all;
|
|
|
|
font-size: 30rpx;
|
|
font-size: 30rpx;
|
|
font-family: Verdana, Verdana-Bold;
|
|
font-family: Verdana, Verdana-Bold;
|
|
font-weight: 700;
|
|
font-weight: 700;
|
|
text-align: left;
|
|
text-align: left;
|
|
color: #262626;
|
|
color: #262626;
|
|
margin-top: 20rpx;
|
|
margin-top: 20rpx;
|
|
|
|
+ text-overflow: ellipsis;
|
|
|
|
+ overflow: hidden;
|
|
|
|
+ white-space: nowrap;
|
|
}
|
|
}
|
|
|
|
|
|
.house_hk {
|
|
.house_hk {
|
|
@@ -1102,7 +1104,14 @@
|
|
}
|
|
}
|
|
|
|
|
|
text {
|
|
text {
|
|
- width: 80%;
|
|
|
|
|
|
+ width: 80%;
|
|
|
|
+ text-overflow: -o-ellipsis-lastline;
|
|
|
|
+ overflow: hidden;
|
|
|
|
+ text-overflow: ellipsis;
|
|
|
|
+ display: -webkit-box;
|
|
|
|
+ -webkit-line-clamp: 2;
|
|
|
|
+ line-clamp: 2;
|
|
|
|
+ -webkit-box-orient: vertical;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -1123,7 +1132,14 @@
|
|
}
|
|
}
|
|
|
|
|
|
text {
|
|
text {
|
|
- width: 80%;
|
|
|
|
|
|
+ width: 80%;
|
|
|
|
+ text-overflow: -o-ellipsis-lastline;
|
|
|
|
+ overflow: hidden;
|
|
|
|
+ text-overflow: ellipsis;
|
|
|
|
+ display: -webkit-box;
|
|
|
|
+ -webkit-line-clamp: 2;
|
|
|
|
+ line-clamp: 2;
|
|
|
|
+ -webkit-box-orient: vertical;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|