Commit b61a0720 authored by 刘怀志's avatar 刘怀志

病历样式修改

parent 9d52f035
...@@ -2609,23 +2609,22 @@ export default { ...@@ -2609,23 +2609,22 @@ export default {
.medical-detail__form { .medical-detail__form {
.el-form-item { .el-form-item {
margin-right: 0 !important; margin-right: 0 !important;
}
.el-form-item__content {
.el-input, .el-select {
width: 100% !important;
}
&__content { .el-select ::v-deep .el-input {
.el-input, .el-select { width: 100% !important;
width: 100% !important; }
}
.el-select ::v-deep .el-input {
width: 100% !important;
}
.half { .half {
width: 50% !important; width: 50% !important;
} }
.half__-5px { .half__-5px {
width: calc(50% - 5px) !important; width: calc(50% - 5px) !important;
}
} }
} }
} }
......
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