|
|
@ -126,7 +126,7 @@ |
|
|
|
</div> |
|
|
|
<div v-if="scope.row.name == '交替遮盖试验(CT)'"> |
|
|
|
<div class="center"> |
|
|
|
<div style="display: flex;justify-content: space-around"><span>远:</span> |
|
|
|
<div style="display: flex;justify-content: space-around;align-items: center"><span>远:</span> |
|
|
|
<el-select v-model="formData.ctYuan" placeholder="" clearable style="display: inline-block;width: 100px"> |
|
|
|
<el-option |
|
|
|
v-for="item in ctList" |
|
|
@ -1032,14 +1032,24 @@ export default { |
|
|
|
</script> |
|
|
|
<style lang="scss" scoped> |
|
|
|
#eyesFunc{ |
|
|
|
::v-deep .el-table__header-wrapper{ |
|
|
|
display: none; |
|
|
|
} |
|
|
|
::v-deep .el-input__inner { |
|
|
|
border: none; |
|
|
|
line-height: 26px !important; |
|
|
|
height: 26px; |
|
|
|
text-align: center; |
|
|
|
border-bottom: 1px solid #ccc; |
|
|
|
border-radius: 0; |
|
|
|
padding: 0; |
|
|
|
} |
|
|
|
::v-deep .el-input-group__prepend{ |
|
|
|
border: none; |
|
|
|
} |
|
|
|
::v-deep .el-input-group__append{ |
|
|
|
border: none; |
|
|
|
} |
|
|
|
::v-deep .el-input-group--prepend .el-input__inner{ |
|
|
|
height: 26px !important; |
|
|
|
} |
|
|
@ -1142,6 +1152,9 @@ export default { |
|
|
|
::v-deep .el-textarea__inner{ |
|
|
|
border: none; |
|
|
|
} |
|
|
|
::v-deep .width-180{ |
|
|
|
width: 180px; |
|
|
|
} |
|
|
|
} |
|
|
|
.check { |
|
|
|
cursor: pointer; |
|
|
|