This commit is contained in:
杨航
2025-11-20 10:48:29 +08:00
parent 95bbd01975
commit 4f63035aea
2 changed files with 5 additions and 5 deletions
@@ -21,7 +21,7 @@
</view>
</scroll-view>
<view class="item-publish">截止时间{{itemInfo.limitTyp === '01'?'不限制':itemInfo.endTm}}</view>
<view class="item-num">陪练次数{{itemInfo.practiceTimes }}人次</view>
<view class="item-num">陪练次数{{itemInfo.practiceTimes }} 人次</view>
</view>
</view>
</template>
@@ -82,9 +82,9 @@
overflow: hidden;
.item-title {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
// white-space: nowrap;
// overflow: hidden;
// text-overflow: ellipsis;
line-height: 44rpx;
font-size: 29rpx;
font-weight: 500;