瀏覽代碼

Merge branch 'master' of http://gogs.efunbox.cn:3000/LImengbo/efunbox-schedule-miniApps

Limengbo 7 年之前
父節點
當前提交
9945d7cc34
共有 3 個文件被更改,包括 4 次插入10 次删除
  1. 1 5
      .idea/workspace.xml
  2. 1 1
      pages/particulars/particulars.wxml
  3. 2 4
      pages/particulars/particulars.wxss

+ 1 - 5
.idea/workspace.xml

@@ -1,11 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project version="4">
   <component name="ChangeListManager">
-    <list default="true" id="4f17d6f9-a5b0-4bb4-9071-d9334baf6515" name="Default" comment="">
-      <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/compontents/chat/chat.wxml" beforeDir="false" afterPath="$PROJECT_DIR$/compontents/chat/chat.wxml" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/compontents/chat/chat.wxss" beforeDir="false" afterPath="$PROJECT_DIR$/compontents/chat/chat.wxss" afterDir="false" />
-    </list>
+    <list default="true" id="4f17d6f9-a5b0-4bb4-9071-d9334baf6515" name="Default" comment="" />
     <ignored path="$PROJECT_DIR$/.tmp/" />
     <ignored path="$PROJECT_DIR$/temp/" />
     <ignored path="$PROJECT_DIR$/tmp/" />

+ 1 - 1
pages/particulars/particulars.wxml

@@ -15,7 +15,7 @@
                 </view>
                 <view class="picture" wx:if="{{type == 2}}">
                     <block wx:for="{{productionData.imagesList}}" wx:for-item="items" wx:key="{{items.id}}">
-                        <image src="{{items.path}}" bindtap="listenerButtonPreviewImage" data-img="{{items.path}}"></image>
+                        <image mode="aspectFill" src="{{items.path}}" bindtap="listenerButtonPreviewImage" data-img="{{items.path}}"></image>
                     </block>
                 </view>
                 <view class="icon" wx:if="{{type == 2}}">

+ 2 - 4
pages/particulars/particulars.wxss

@@ -60,15 +60,13 @@
 }
 
 .picture {
-    display: flex;
-    justify-content: center;    
+    display: flex;    
     margin: 24rpx 112rpx 17rpx 103rpx;
-
 }
 .picture image {
      width: 236rpx;
      height: 176rpx;
-     border-radius: 15rpx;
+     border-radius: 6rpx;
  }
 
 .picture image:nth-child(2) {