Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
28eb3a10f5
@ -1,8 +1,7 @@
|
||||
<template>
|
||||
<div class="header" v-if="signPatientRecordld != ''">
|
||||
<div class="leftheader">
|
||||
<div class="dataall">数据总览</div>
|
||||
|
||||
<div class="dataall" v-if="form">数据总览</div>
|
||||
<div class="background">
|
||||
<el-timeline>
|
||||
<el-timeline-item
|
||||
@ -228,14 +227,14 @@ export default {
|
||||
listindex: 0,
|
||||
|
||||
manageRouteId: "",
|
||||
namelist: [
|
||||
{
|
||||
name: "专病管理路径",
|
||||
},
|
||||
{
|
||||
name: "手动创建任务",
|
||||
},
|
||||
],
|
||||
// namelist: [
|
||||
// {
|
||||
// name: "专病管理路径",
|
||||
// },
|
||||
// {
|
||||
// name: "手动创建任务",
|
||||
// },
|
||||
// ],
|
||||
categorylist: [],
|
||||
query: {
|
||||
patientId: "",
|
||||
@ -342,7 +341,6 @@ export default {
|
||||
<style lang="scss" scoped>
|
||||
::v-deep.el-timeline-item {
|
||||
padding: 0 25px 0 12px;
|
||||
// padding-left: 10px;
|
||||
}
|
||||
.cards {
|
||||
border: 1px solid #008e78;
|
||||
@ -350,40 +348,16 @@ export default {
|
||||
}
|
||||
.el-icon-tickets {
|
||||
color: green;
|
||||
// background: red;
|
||||
}
|
||||
.routeCheckStatus {
|
||||
position: absolute;
|
||||
right: 5px;
|
||||
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 {
|
||||
color: #b2b1b5;
|
||||
|
||||
// display: flex;
|
||||
// align-items: center;
|
||||
}
|
||||
.words {
|
||||
font-weight: 600;
|
||||
@ -394,18 +368,6 @@ export default {
|
||||
height: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
// span {
|
||||
// padding: 0 4px;
|
||||
// }
|
||||
|
||||
// i {
|
||||
// font-size: 17px;
|
||||
// }
|
||||
|
||||
// i:nth-child(2) {
|
||||
// padding-left: 12px;
|
||||
// }
|
||||
}
|
||||
::v-deep img {
|
||||
width: 100%;
|
||||
@ -415,7 +377,7 @@ export default {
|
||||
height: 500px;
|
||||
}
|
||||
.bodytop {
|
||||
width: 96%;
|
||||
// width: 96%;
|
||||
margin: 0 auto;
|
||||
|
||||
.titletop {
|
||||
@ -431,7 +393,7 @@ export default {
|
||||
|
||||
img {
|
||||
margin: 20px 0;
|
||||
width: 100%;
|
||||
// width: 100%;
|
||||
}
|
||||
|
||||
.audiotop {
|
||||
@ -525,23 +487,31 @@ export default {
|
||||
}
|
||||
}
|
||||
}
|
||||
.background {
|
||||
// margin-top: 40px;
|
||||
z-index: -1;
|
||||
// background: red;
|
||||
margin: 49px 0 0px -26px;
|
||||
}
|
||||
|
||||
.leftheader {
|
||||
height: calc(100vh - 352px);
|
||||
|
||||
z-index: 0;
|
||||
width: 24%;
|
||||
// margin-top: 13px;
|
||||
// height: 450px;
|
||||
// padding-right: 20px;
|
||||
overflow: auto;
|
||||
overflow: hidden;
|
||||
// 隐藏表头的滚动条
|
||||
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 {
|
||||
background-color: #d2e9fc;
|
||||
border-left: 2px solid #1890ff !important;
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div class="headernewhandel">
|
||||
<!-- 左侧 -->
|
||||
<div :class="isshow ? 'left' : 'noleft'">
|
||||
<div :class="isshow ? 'left' : 'noleft'">
|
||||
<el-tabs v-model="activeName" @tab-click="handleClick" v-if="isshow">
|
||||
<el-tab-pane
|
||||
label="任务详情"
|
||||
@ -728,6 +728,7 @@ export default {
|
||||
::v-deep .el-input.is-disabled .el-input__inner {
|
||||
background: #fff !important;
|
||||
color: #606266;
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.spanname {
|
||||
@ -794,6 +795,9 @@ export default {
|
||||
height: calc(100vh - 84px);
|
||||
// background-color: #f1f3f5;
|
||||
display: flex;
|
||||
::v-deep .el-tabs__item{
|
||||
padding: 0 13px;
|
||||
}
|
||||
|
||||
::v-deep .el-tabs__header {
|
||||
margin: 0 !important;
|
||||
@ -803,8 +807,11 @@ export default {
|
||||
.left {
|
||||
// height: calc(100vh - 212px);
|
||||
// overflow-y: auto;
|
||||
width: 25%;
|
||||
// width: 550px;
|
||||
margin-top: 20px;
|
||||
::v-deep .el-form{
|
||||
margin-left: -14px;
|
||||
}
|
||||
::v-deep .el-tabs__nav-wrap::after {
|
||||
height: 0px;
|
||||
}
|
||||
@ -865,13 +872,6 @@ export default {
|
||||
font-weight: 550;
|
||||
padding: 10px 50px 10px 10px;
|
||||
}
|
||||
|
||||
// .nexttime {
|
||||
// margin-top: 25px;
|
||||
// font-size: 15px;
|
||||
// padding: 10px 50px 10px 10px;
|
||||
// }
|
||||
|
||||
.images {
|
||||
width: 53%;
|
||||
height: 241px;
|
||||
@ -889,6 +889,12 @@ export default {
|
||||
.right_top {
|
||||
// width: 39%;
|
||||
width: 350px;
|
||||
::v-deep .el-textarea__inner{
|
||||
width: 338px;
|
||||
height: 250px;
|
||||
margin-top: 10px;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user