任务待办
This commit is contained in:
parent
474c1907e1
commit
d93d12b027
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div class="header">
|
||||
<div class="topheader">
|
||||
<div class="user">
|
||||
<div class="headernew">
|
||||
<div class="topheaderup">
|
||||
<div class="usernew">
|
||||
<img
|
||||
class="headsculpture"
|
||||
src="../../../assets/manage/touxiang.png"
|
||||
@ -32,7 +32,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="information">
|
||||
<div class="informationnew">
|
||||
<div class="top">
|
||||
<div>身份证号:{{ list.cardNo }}</div>
|
||||
<div>患者电话:{{ list.patientPhone }}</div>
|
||||
@ -829,7 +829,7 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
.header {
|
||||
.headernew {
|
||||
height: calc(100vh - 84px);
|
||||
background-color: #f1f3f5;
|
||||
padding-top: 10px;
|
||||
@ -917,12 +917,12 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
.topheader {
|
||||
.topheaderup {
|
||||
width: 99%;
|
||||
background-color: #fff;
|
||||
margin: 0 auto;
|
||||
|
||||
.information {
|
||||
.informationnew {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
padding: 10px 20px;
|
||||
@ -940,7 +940,7 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
.user {
|
||||
.usernew {
|
||||
width: 100%;
|
||||
padding: 0 20px;
|
||||
display: flex;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user