Commit fa32c14f authored by 小费同学阿's avatar 小费同学阿 💬

Merge remote-tracking branch 'origin/master'

parents 5d0eb7b3 5876f8ba
......@@ -2555,6 +2555,17 @@ export default {
</style>
<style lang="scss">
.medical-edit {
/*全部的回显框宽度限制*/
.medical-detail__form {
.el-form-item {
margin-right: 0 !important;
}
.el-form-item__content {
.el-input, .el-select {
width: 100% !important;
}
}
}
// 表格中输入框样式
.el-table {
.el-form-item {
......@@ -2605,31 +2616,6 @@ export default {
}
}
/*全部的回显框宽度限制*/
.medical-detail__form {
.el-form-item {
margin-right: 0 !important;
&__content {
.el-input, .el-select {
width: 100% !important;
}
.el-select ::v-deep .el-input {
width: 100% !important;
}
.half {
width: 50% !important;
}
.half__-5px {
width: calc(50% - 5px) !important;
}
}
}
}
//1--基本信息--模块内信息整体样式
.base-msg {
color: #666666;
......
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