diff --git a/src/components/doctorCheck/ButtonList.vue b/src/components/doctorCheck/ButtonList.vue index 1f46f51..eef631d 100644 --- a/src/components/doctorCheck/ButtonList.vue +++ b/src/components/doctorCheck/ButtonList.vue @@ -39,10 +39,15 @@
新增小结
- - + + + + diff --git a/src/components/patientRegister/PatientRegisterList.vue b/src/components/patientRegister/PatientRegisterList.vue index f00b9f9..797effa 100644 --- a/src/components/patientRegister/PatientRegisterList.vue +++ b/src/components/patientRegister/PatientRegisterList.vue @@ -624,7 +624,7 @@ export default { console.log('/api/app/patientregister/getlistinfilter', body) - + const loading = this.$loading({ lock: true, text: 'Loading', @@ -1148,6 +1148,12 @@ export default { padding-right: 1px; } +/* 表格:单元格 行间距*/ +::v-deep .el-table__cell { + padding-top: 2px; /* 表格:单元格 行间距,默认 8px */ + padding-bottom: 2px; /* 表格:单元格 行间距,默认 8px */ +} + ::v-deep .el-table td.el-table__cell { padding-left: 1px; padding-right: 1px; diff --git a/src/components/report/CusOrgOCX.vue b/src/components/report/CusOrgOCX.vue index 89d9715..59cdf33 100644 --- a/src/components/report/CusOrgOCX.vue +++ b/src/components/report/CusOrgOCX.vue @@ -1,14 +1,15 @@