健康监测

This commit is contained in:
花有清香月有阴
2022-01-10 13:51:37 +08:00
parent c9ffb97281
commit 2c44eb2485
2 changed files with 25 additions and 3 deletions

View File

@@ -60,10 +60,15 @@
<template> <template>
<!-- v-if="data.length" --> <!-- v-if="data.length" -->
<div v-for="(item, i) in 10" :key="i" @click.native="goDetail()" :ref="item.id"> <div class="templates" v-for="(item, i) in 10" :key="i" @click="goDetail()">
<div>1</div> <!-- <img :src="" alt="" v-if='item.avatar'/> -->
<img src="./components/img/user-img.png" alt="" />
<div>2</div> <div class="rightCont">
<div class="rightContLeft">1</div>
<u-icon name="arrow-right" color=""></u-icon>
</div>
</div> </div>
</template> </template>
@@ -211,6 +216,23 @@ export default {
height: 4px; height: 4px;
background: #f5f5f5; background: #f5f5f5;
} }
.templates {
display: flex;
align-items: center;
padding: 32px;
box-shadow: inset 0px -1px 0px 0px #dddddd;
img {
width: 128px;
height: 128px;
// border-radius: 50%;
// border: 1px solid #cccccc;
}
.rightCont {
margin-left: 32px;
}
}
} }
} }
</style> </style>

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB