rk
2026-03-11 0e4b49f4bee160790b1830e6a8606e739b32fc3b
mini-program/pages/community/community.vue
@@ -20,7 +20,7 @@
         <template v-if="list.length > 0">
            <view class="list-item" v-for="(item, index) in list" :key="index" @click="jump(item.id, item.contentType, item.content)">
               <view class="info">
                  <view class="info-title">{{item.name}}</view>
                  <view class="info-title" :style="{ width: item.imgurlfull ? 'calc(100vw - 60rpx - 220rpx)' : 'calc(100vw - 60rpx)' }">{{item.name}}</view>
                  <view class="info-desc" v-if="item.contentInfo">{{item.contentInfo}}</view>
                  <view class="info-data">
                     <view class="tips" :style="{ border: '1rpx solid' + item.param, color: item.param }">{{item.lablesName}}</view>
@@ -291,7 +291,6 @@
               display: flex;
               flex-direction: column;
               .info-title {
                  width: calc(100vw - 60rpx - 220rpx);
                  white-space: nowrap;
                  overflow: hidden;
                  text-overflow: ellipsis;
@@ -316,9 +315,6 @@
                     white-space: nowrap;
                     overflow: hidden;
                     text-overflow: ellipsis;
                     // display: flex;
                     // align-items: center;
                     // justify-content: center;
                     padding: 0 8rpx;
                     box-sizing: border-box;
                     border-radius: 8rpx;