11 changed files with 189 additions and 26 deletions
-
19src/assets/css/global.css
-
8src/components/doctorCheck/RegisterCheckList.vue
-
6src/components/report/PatientRegisterListNobtn.vue
-
8src/components/report/RegisterCheckStatus.vue
-
8src/components/sumDoctorCheck/SumAsbItemStatus.vue
-
4src/components/sumDoctorCheck/SumItems.vue
-
31src/views/doctorCheck/doctorCheck.vue
-
30src/views/doctorCheck/sumDoctorCheck.vue
-
37src/views/report/chargeAsbitem.vue
-
35src/views/report/checkStatus.vue
-
29src/views/report/unCheckAsbitem.vue
@ -1,18 +1,25 @@ |
|||
.el-table .warning-row { |
|||
background: rgb(240, 125, 125); |
|||
/* 表格行背景色样式 start */ |
|||
.el-table .warning { |
|||
background: #E6A23C; |
|||
} |
|||
|
|||
.el-table .unCheck-row { |
|||
.el-table .danger { |
|||
background: #F56C6C; |
|||
} |
|||
.el-table .success { |
|||
background: #67C23A; |
|||
} |
|||
.el-table .primary { |
|||
background: #409EFF; |
|||
} |
|||
|
|||
.el-table .refuse-row { |
|||
.el-table .info { |
|||
background: #909399; |
|||
} |
|||
|
|||
.el-table .purple-row { |
|||
background: rgb(255, 0, 255); |
|||
} |
|||
/* 表格行背景色样式 end */ |
|||
|
|||
.publicfontsize{ |
|||
font-size: 18px; |
|||
} |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue