Commit c53f3f55 authored by 刘予佳's avatar 刘予佳

随访存活样式

parent 93b539cf
<template>
<ConfigForms form-type="2"></ConfigForms>
<!-- 随访调查录入 -->
<ConfigForms form-type="2" formClass="follow-form"></ConfigForms>
</template>
<script>
......@@ -17,4 +18,5 @@ export default {
}
</script>
<style lang="scss" scoped></style>
<style lang="scss">
</style>
<template>
<!-- 随访调查 -->
<div class="screeningSearch">
<div class="top">
<form-components :forms="formList"></form-components>
......
<template>
<div id="publicContent">
<div id="publicContent" :class="formClass">
<el-tabs
v-model="activeName"
type="card"
......@@ -46,6 +46,7 @@ export default {
disabled: Boolean,
formType: String,
patientId: String,
formClass:String,
},
data() {
return {}
......@@ -88,4 +89,60 @@ export default {
color: #fff;
}
}
.my-form {
overflow-x: scroll;
}
.follow-form {
.publicTab {
margin-bottom: 10px;
::v-deep {
.el-collapse-item__header {
border-width: 1px 0px 0px;
}
.row24 {
border-top: 1px solid #cccccc;
}
.custom-form-item {
border-width: 1px 0px 0px;
}
.el-collapse-item {
margin-bottom: 20px;
border-radius: 4px;
overflow: hidden;
border: 1px solid #cccccc;
}
.el-collapse-item__wrap {
border: none;
}
.el-collapse-item:nth-child(1) {
border: 1px solid #cccccc;
}
// .custom-form-item:last-child {
// border: none;
// }
// .row24.el-col-lg-12:nth-child(2n) {
// border-width: 0px 0px 0px 1px;
// }
.el-form-item {
.el-form-item__label {
text-align: left;
background: #fafafa;
font-size: 14px;
color: #333333;
border-right: 1px solid #cccccc;
width: 80px !important;
padding: 18px 10px;
margin-right: 20px;
text-align: center;
}
}
.el-form-item {
padding: 0px;
}
.el-col {
// border-top: 1px solid #cccccc;
}
}
}
}
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment