diff --git a/src/assets/css/global.css b/src/assets/css/global.css index 39f3947..a281251 100644 --- a/src/assets/css/global.css +++ b/src/assets/css/global.css @@ -25,13 +25,12 @@ } -/* 表格选中行 颜色 ::v-deep */ +/* 表格选中行 颜色 ::v-deep #F4F8FF*/ .el-table__body tr.current-row>td { - background-color: #F4F8FF !important; + background-color: #DCE7FD !important; } - /* 表格行背景色样式 end */ diff --git a/src/components/patientRegister/PatientLisRequest.vue b/src/components/patientRegister/PatientLisRequest.vue index a69e88c..a12fd81 100644 --- a/src/components/patientRegister/PatientLisRequest.vue +++ b/src/components/patientRegister/PatientLisRequest.vue @@ -1,76 +1,90 @@