@@ -1,6 +1,12 @@
<template>
<div class="div-body">
- <img class="div-img" src="@/static/image/bad_image.png" />
+ <div class="div-img">
+ <van-image
+ width="200rpx"
+ height="200rpx"
+ src="/static/image/bad_image.png"
+ />
+ </div>
<h1 class="mt-20 font-24">水果慧眼</h1>
<h6 class="mt-20 font-10 a.grey-9">梧桐AI智慧创新团队</h6>
@@ -33,8 +39,6 @@ export default {
vertical-align: middle;
}
.div-img {
- width: 100px;
- height: 100px;
margin-top: 20%;
margin-bottom: 90rpx;