不变型
This commit is contained in:
parent
a0ccf26c99
commit
8434b1e611
@ -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%;
|
||||
|
Loading…
Reference in New Issue
Block a user