fix: bug
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user