修改康复计划记录

This commit is contained in:
闫晓茹 2024-08-05 10:16:05 +08:00
parent 809cb0ec89
commit 25365bd9b9

View File

@ -1,8 +1,7 @@
<template> <template>
<div class="header" v-if="signPatientRecordld != ''"> <div class="header" v-if="signPatientRecordld != ''">
<div class="leftheader"> <div class="leftheader">
<div class="dataall">数据总览</div> <div class="dataall" v-if="form">数据总览</div>
<div class="background"> <div class="background">
<el-timeline> <el-timeline>
<el-timeline-item <el-timeline-item
@ -228,14 +227,14 @@ export default {
listindex: 0, listindex: 0,
manageRouteId: "", manageRouteId: "",
namelist: [ // namelist: [
{ // {
name: "专病管理路径", // name: "",
}, // },
{ // {
name: "手动创建任务", // name: "",
}, // },
], // ],
categorylist: [], categorylist: [],
query: { query: {
patientId: "", patientId: "",
@ -342,7 +341,6 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
::v-deep.el-timeline-item { ::v-deep.el-timeline-item {
padding: 0 25px 0 12px; padding: 0 25px 0 12px;
// padding-left: 10px;
} }
.cards { .cards {
border: 1px solid #008e78; border: 1px solid #008e78;
@ -350,40 +348,16 @@ export default {
} }
.el-icon-tickets { .el-icon-tickets {
color: green; color: green;
// background: red;
} }
.routeCheckStatus { .routeCheckStatus {
position: absolute; position: absolute;
right: 5px; right: 5px;
top: 85px; top: 85px;
} }
.dataall {
color: #2fb0af;
background: #e9f5f3;
font-weight: 600;
height: 40px;
z-index: 1;
line-height: 40px;
position: fixed;
width: 20%;
padding-left: 14px;
// margin-left: -10px;
// top: 10px;
// left: 10px;
// margin: 0 0 10px 0;
// padding: 10px 10px 20px 20px;
}
.top {
// display: flex;
// justify-content: space-between;
// align-items: center;
// padding: 10px 10px 20px 0px;
.top {
.toptop { .toptop {
color: #b2b1b5; color: #b2b1b5;
// display: flex;
// align-items: center;
} }
.words { .words {
font-weight: 600; font-weight: 600;
@ -394,18 +368,6 @@ export default {
height: 20px; height: 20px;
} }
} }
// span {
// padding: 0 4px;
// }
// i {
// font-size: 17px;
// }
// i:nth-child(2) {
// padding-left: 12px;
// }
} }
::v-deep img { ::v-deep img {
width: 100%; width: 100%;
@ -415,7 +377,7 @@ export default {
height: 500px; height: 500px;
} }
.bodytop { .bodytop {
width: 96%; // width: 96%;
margin: 0 auto; margin: 0 auto;
.titletop { .titletop {
@ -431,7 +393,7 @@ export default {
img { img {
margin: 20px 0; margin: 20px 0;
width: 100%; // width: 100%;
} }
.audiotop { .audiotop {
@ -525,23 +487,31 @@ export default {
} }
} }
} }
.background {
// margin-top: 40px;
z-index: -1;
// background: red;
margin: 49px 0 0px -26px;
}
.leftheader { .leftheader {
height: calc(100vh - 352px); height: calc(100vh - 352px);
z-index: 0;
width: 24%; width: 24%;
// margin-top: 13px; overflow: hidden;
// height: 450px;
// padding-right: 20px;
overflow: auto;
// //
overflow-x: hidden !important; overflow-x: hidden !important;
.dataall {
color: #2fb0af;
background: #e9f5f3;
font-weight: 600;
height: 40px;
z-index: 1;
line-height: 40px;
// position: fixed;
width: 100%;
padding-left: 10px;
}
.background {
// margin: 49px 0 0px -26px;
overflow: auto;
height: calc(100vh - 402px);
margin: 7px 0 0px -26px;
}
.selectitem { .selectitem {
background-color: #d2e9fc; background-color: #d2e9fc;
border-left: 2px solid #1890ff !important; border-left: 2px solid #1890ff !important;