diff --git a/src/views/screening/components/ConfigForms.vue b/src/views/screening/components/ConfigForms.vue
index 6459c6a6ee7a0fc79c37ddd88e495c4407e21ac3..3edcfb7932b0e282e7b7848123995e72073f7f0a 100644
--- a/src/views/screening/components/ConfigForms.vue
+++ b/src/views/screening/components/ConfigForms.vue
@@ -50,6 +50,7 @@ export default {
disabled: Boolean,
formType: String,
patientId: String,
+ formClass: String,
},
data() {
return {}
@@ -63,6 +64,7 @@ export default {
// 字典formType 1 筛查表单
this.getCurrentFormByType(this.formType)
},
+ watch: {},
}
@@ -104,4 +106,51 @@ 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;
+ }
+ // .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;
+ }
+ }
+ }
+}
diff --git a/src/views/screening/components/FormTab.vue b/src/views/screening/components/FormTab.vue
index a978e37c2acd96f0626d68f04e1721cdd170c88a..f278ded3f41053c07843b89115a4ca9400c39a2d 100644
--- a/src/views/screening/components/FormTab.vue
+++ b/src/views/screening/components/FormTab.vue
@@ -39,7 +39,7 @@
+ -->