Browse Source

三级视功能检查报告单

360view
bianyaqi 2 years ago
parent
commit
2f3770857e
  1. 36
      src/components/360View/commonForm/threeVision.vue
  2. 1
      src/components/360View/medicalRecord/index.vue

36
src/components/360View/commonForm/threeVision.vue

@ -1690,34 +1690,34 @@ export default {
::v-deep .el-table__cell {
height: 24px;
}
::v-deep .el-table{
border-bottom: 1px solid #212020;
}
::v-deep .el-table td {
border-color: #cbc8c8;
border: none;
}
::v-deep .el-table tr{
td:nth-child(1) {
//border-right: 1px solid #212020;
}
td:nth-child(2) {
//border-right: 1px solid #212020;
td:nth-child(1), td:nth-child(2) {
border-right: 2px solid #000 !important;
}
}
::v-deep .el-table tbody {
tr {
td{
border-bottom: 1px solid #212020;
}
}
//tr:nth-child(4) {
//tr:nth-child(1),tr:nth-child(3),tr:nth-child(5) {
// td{
// border-bottom: 1px solid #212020;
// }
//}
//tr:nth-child(6) {
// td{
// border-bottom: 1px solid #212020;
// border-bottom: 1px solid #ccc;
// }
//}
tr:nth-child(2),tr:nth-child(4) {
td{
border-bottom: 2px solid #000 !important;
}
}
tr:nth-child(6){
td{
border-bottom: 1px solid #212020 !important;
}
}
}
}

1
src/components/360View/medicalRecord/index.vue

@ -10,7 +10,6 @@
:patient-id="patientId"
:is-search="isSearch"
:only-read="onlyRead"
`
:is-platform="isPlatform"
:form-list="formList"
:cur-index="curIndex"

Loading…
Cancel
Save