任务待办详情

This commit is contained in:
shidongli 2024-07-15 16:08:52 +08:00
parent d93d12b027
commit d78c138fad

View File

@ -1,7 +1,7 @@
<template>
<div class="header">
<div class="topheader">
<div class="user">
<div class="headernew">
<div class="topheadernew">
<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>
@ -738,7 +738,7 @@ export default {
}
.header {
.headernew {
height: calc(100vh - 84px);
background-color: #f1f3f5;
padding-top: 10px;
@ -833,12 +833,12 @@ export default {
// }
}
.topheader {
.topheadernew {
width: 99%;
background-color: #fff;
margin: 0 auto;
.information {
.informationnew {
display: flex;
flex-wrap: wrap;
padding: 10px 20px;
@ -856,7 +856,7 @@ export default {
}
}
.user {
.usernew {
width: 100%;
padding: 0 20px;
display: flex;