packageBookService/pages/bookServices/detail/components/tree/index.wxml
@@ -19,7 +19,7 @@ data-parent="{{''}}" > <!-- 教学资源 云学习 图标 --> <view class="box-image" style="width: 100%"> <view class="box-image" style="width: 80%"> <view class="checkBox" wx:if="{{isShowCheck}}" @@ -93,7 +93,7 @@ <!-- 云学习图标 --> <view> </view> <!-- 名称 --> <text class="name" style="width: 80%">{{item.name || '-'}}</text> <text class="name" style="width: 100%">{{item.name || '-'}}</text> </view> <!-- 教学资源类型 --> <view class="teachClass"> {{item.resourceClass}} </view>