不变型

This commit is contained in:
luyuan 2020-09-10 17:21:26 +08:00
parent a0ccf26c99
commit 8434b1e611
Signed by: theluyuan
GPG Key ID: A7972FD973317FF3

View File

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