Przeglądaj źródła

通告列表移除封面

xiaohaizhao 1 rok temu
rodzic
commit
4a46e42a55

+ 3 - 1
marketing/annunciate/modules/list.scss

@@ -19,7 +19,9 @@
     }
 
     .mian {
-        width: 448rpx;
+        // width: 448rpx;
+        flex: 1;
+        width: 0;
         height: 122rpx;
 
 

+ 2 - 2
marketing/annunciate/modules/list.wxml

@@ -1,7 +1,7 @@
 <view class="ann-box">
-	<view class="image-box">
+	<!-- 	<view class="image-box">
 		<van-image custom-class='image' width="160rpx" height="120rpx" fit='cover' src="{{item.cover}}" radius='8' lazy-load />
-	</view>
+	</view> -->
 	<view class="mian">
 		<view class="title">
 			<van-tag wx:if="{{item.classname}}" custom-class='tag' plain color='#FA8C16'>{{item.classname}}</van-tag><text class="line-1">{{item.title}}</text>