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