MrShi
3 天以前 5e8f70caf25beb34657f34a7ee06e1e1ff541cdb
mini-program/pages/community/community.vue
@@ -22,8 +22,8 @@
               <view class="info-title">{{item.name}}</view>
               <view class="info-desc" v-if="item.contentInfo">{{item.contentInfo}}</view>
               <view class="info-data">
                  <view class="tips">{{item.lablesName}}</view>
                  <text>{{item.looknum || 0}} 阅读|{{item.createDate}}</text>
                  <view class="tips" :style="{ backgroundColor: item.param }">{{item.lablesName}}</view>
                  <text>{{item.looknum || 0}} 阅读|{{item.createDate.substring(0, 16)}}</text>
               </view>
            </view>
            <view class="image" v-if="item.imgurlfull">
@@ -258,6 +258,10 @@
               display: flex;
               flex-direction: column;
               .info-title {
                  width: calc(100vw - 60rpx - 220rpx);
                  white-space: nowrap;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  font-weight: 600;
                  font-size: 32rpx;
                  color: #222222;