修改
This commit is contained in:
parent
4104787581
commit
438c51db3a
@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="headernew">
|
<div class="headernew">
|
||||||
<div class="topheadernew">
|
<div class="topheaderlist">
|
||||||
<div class="usernew">
|
<div class="userlist">
|
||||||
<img
|
<img
|
||||||
class="headsculpture"
|
class="headsculpture"
|
||||||
src="../../../assets/manage/touxiang.png"
|
src="../../../assets/manage/touxiang.png"
|
||||||
@ -24,7 +24,7 @@
|
|||||||
{{ list.age }}
|
{{ list.age }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="informationnew">
|
<div class="informationlist">
|
||||||
<div class="top">
|
<div class="top">
|
||||||
<div>身份证号:{{ list.cardNo }}</div>
|
<div>身份证号:{{ list.cardNo }}</div>
|
||||||
<div>患者电话:{{ list.patientPhone }}</div>
|
<div>患者电话:{{ list.patientPhone }}</div>
|
||||||
@ -825,12 +825,12 @@ export default {
|
|||||||
// }
|
// }
|
||||||
}
|
}
|
||||||
|
|
||||||
.topheadernew {
|
.topheaderlist {
|
||||||
width: 99%;
|
width: 99%;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
|
||||||
.informationnew {
|
.informationlist {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
padding: 10px 20px;
|
padding: 10px 20px;
|
||||||
@ -848,7 +848,7 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.usernew {
|
.userlist {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 0 20px;
|
padding: 0 20px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user