소스 검색

通告列表移除封面

xiaohaizhao 1 년 전
부모
커밋
4a46e42a55
2개의 변경된 파일5개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 1
      marketing/annunciate/modules/list.scss
  2. 2 2
      marketing/annunciate/modules/list.wxml

+ 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>