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