浏览代码

样式修改

lilei 4 年之前
父节点
当前提交
9ff5b04d74
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      pages/userCenter/ldDetailed.vue
  2. 二进制
      static/tudi.png

+ 4 - 4
pages/userCenter/ldDetailed.vue

@@ -11,10 +11,10 @@
 				<view class="cell-item" v-for="(item, index) in listdata" :key="index">
 				<view class="cell-item" v-for="(item, index) in listdata" :key="index">
 					<text class="cell-item-month" v-if="timeScope == 'threeMonth'">{{item.month}}</text>
 					<text class="cell-item-month" v-if="timeScope == 'threeMonth'">{{item.month}}</text>
 					<view class="cell-item-main" v-for="(subItem, ind) in item.monthDataList" :key="ind">
 					<view class="cell-item-main" v-for="(subItem, ind) in item.monthDataList" :key="ind">
-						<text :class="['cell-item-pic']">
-							<u-image mode="scaleToFill" v-if="subItem.changeType == 'ADD'" shape="circle" width="90rpx" height="90rpx" :src="`/static/tudi.png`"></u-image>
-							<u-image mode="scaleToFill" v-else shape="circle" width="90rpx" height="90rpx" :src="`/static/bued.png`"></u-image>
-						</text>
+						<view :class="['cell-item-pic']">
+							<u-image mode="scaleToFill" v-if="subItem.changeType == 'ADD'" shape="circle" width="90rpx" height="90rpx" src="/static/tudi.png"></u-image>
+							<u-image mode="scaleToFill" v-else shape="circle" width="90rpx" height="90rpx" src="/static/bued.png"></u-image>
+						</view>
 						<view class="cell-item-c">
 						<view class="cell-item-c">
 							<text class="cell-item-des">{{subItem.remarks||'--'}}</text>
 							<text class="cell-item-des">{{subItem.remarks||'--'}}</text>
 							<text class="cell-item-date">{{subItem.createDate}}</text>
 							<text class="cell-item-date">{{subItem.createDate}}</text>

二进制
static/tudi.png