xbx #96

Merged
theluyuan merged 2 commits from xbx into master 2020-09-10 09:21:58 +00:00
Showing only changes of commit 8434b1e611 - Show all commits

View File

@ -1,6 +1,6 @@
<template> <template>
<view> <view>
<image :src="list.picture" class="picture" mode=""></image> <image :src="list.picture" class="picture" mode="widthFix"></image>
<view class="box"> <view class="box">
<view class="info"> <view class="info">
<text class="title u-line-2">{{ list.title }}</text> <text class="title u-line-2">{{ list.title }}</text>
@ -43,7 +43,7 @@
page { page {
} }
.picture { .picture {
width: 100%; width: 750rpx;
} }
.box { .box {
width: 100%; width: 100%;