packageBookService/pages/bookServices/detail/components/tree/index.wxml
@@ -179,10 +179,7 @@ data-parent="{{item}}" > <!-- 教学资源 云学习 图标 --> <view class="box-image" style="{{ tab == 'jsek_teachingResources' ? 'width: 350rpx;' : 'width: 450rpx;'}}" > <view class="box-image"> <view class="checkBox" wx:if="{{isShowCheck}}" @@ -258,7 +255,7 @@ <!-- 名称 --> <text class="name" style="{{ tab == 'jsek_teachingResources' ? 'width: 300rpx;' : 'width: 400rpx;'}}" style="{{ tab == 'jsek_teachingResources' ? 'width: 420rpx;' : 'width: 400rpx;'}}" >{{citem.name || '-'}}</text > </view>