杨航解决BUG

This commit is contained in:
田岩
2025-09-01 10:23:28 +08:00
parent ea4c27ce2a
commit 828186c1d4
3 changed files with 44 additions and 23 deletions
+8 -6
View File
@@ -7,11 +7,11 @@
</view>
<view class="cont-box">
<view class="item-title">{{itemInfo.crsName}}</view>
<uv-scroll-list class="item-tags" :indicator="false">
<scroll-view class="item-tags" :scroll-x="true">
<view class="item-tag-view">
<view class="item-tag" v-for="item in tagsShowList">{{item.tagName}}</view>
</view>
</uv-scroll-list>
</scroll-view>
<view class="item-publish">更新{{itemInfo.mtTime}}</view>
<view class="item-num">已学{{itemInfo.accmStdyCnt}}人次</view>
</view>
@@ -115,18 +115,17 @@
margin-bottom: 10rpx;
}
.item-tags{
padding-bottom: 0 !important;
.item-tag-view{
white-space: nowrap;
height: 38rpx;
height: 44rpx;
.item-tag{
height: 38rpx;
line-height: 36rpx;
line-height: 34rpx;
box-sizing: border-box;
font-size: 20rpx;
background-color: #fff;
color: #ffa150;
border: 1rpx solid #ffa150;
border: 2rpx solid #ffa150;
padding: 0 20rpx;
border-radius: 8rpx;
margin-right: 20rpx;
@@ -147,6 +146,9 @@
color: rgb(102,102,102);
margin-top: 6rpx;
}
.item-publish{
margin-top: 0rpx;
}
}
}
</style>