From e6a091a911e48a74b6731d0aeae5b7d3bc8aac0c Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期二, 27 九月 2022 15:31:49 +0800
Subject: [PATCH] 45
---
src/views/myMine/index.vue | 18 ++++++++++--------
1 files changed, 10 insertions(+), 8 deletions(-)
diff --git a/src/views/myMine/index.vue b/src/views/myMine/index.vue
index 8f1e705..3aeb6ff 100644
--- a/src/views/myMine/index.vue
+++ b/src/views/myMine/index.vue
@@ -16,10 +16,13 @@
</div>
</div>
<div class="userInfo">
- <van-row style="padding-left: 20px; padding-top: 12px; border-bottom: 1px solid #F1F1F2;">
- <van-col span="12">患者卡片</van-col>
- <van-col span="12" style="text-align: right;padding-right: 25px;"> <van-icon name="arrow" /></van-col>
- </van-row>
+ <div style="padding-left: 20px; padding-top: 12px; padding-right: 20px;">
+ <van-row style="border-bottom: 1px solid #F1F1F2;margin-top: 12px;">
+ <van-col span="12" style="margin-bottom: 12px;">患者卡片</van-col>
+ <van-col span="12" style="text-align: right;padding-right: 25px;"> <van-icon name="arrow" /></van-col>
+ </van-row>
+ </div>
+
<van-row style="padding-left: 20px;">
<van-col span="16" class="info16">
<div class="div1">张三丰
@@ -31,7 +34,7 @@
<van-col span="8" class="info8">
<div class="img">
<img
- style=" width: 55px;height: 55px;margin-left: 8%; margin-top: 22px;"
+ style=" width: 55px;height: 55px;margin-left: 8%; margin-top: 15px;"
referrerpolicy="no-referrer"
src="./imgs/erwm.png"
/>
@@ -114,7 +117,6 @@
const router=useRouter()
const active=ref('my')
const tabChang=(index:any)=>{
- alert(index)
if (index==='home'){
router.push('/')
} else {
@@ -158,7 +160,7 @@
.userInfo{
width: 92%;
margin-left: 4%;
- height: 140px;
+ height: 160px;
background: #FFFFFF;
box-shadow: 0px 2px 4px 0px rgba(70,150,249,0.1);
border-radius: 5px;
@@ -256,7 +258,7 @@
background: #166bd3;
}
.ButtonBody{
- margin-top: 20px;
+ margin-top: 40px;
width: 92%;
margin-left: 4%;
// background: #166bd3;
--
Gitblit v1.8.0