From 0e4b49f4bee160790b1830e6a8606e739b32fc3b Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期三, 11 三月 2026 09:09:45 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
mini-program/pages/community/community.vue | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diff --git a/mini-program/pages/community/community.vue b/mini-program/pages/community/community.vue
index 43e6f1f..d5736a4 100644
--- a/mini-program/pages/community/community.vue
+++ b/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;
--
Gitblit v1.9.3