diff --git a/src/assets/css/global.css b/src/assets/css/global.css index e23a111..289307f 100644 --- a/src/assets/css/global.css +++ b/src/assets/css/global.css @@ -21,14 +21,14 @@ /* 表格选中行 颜色 ::v-deep */ .el-table__body tr.current-row>td { - background-color: #409EFF !important; + background-color: #CCF9CB !important; } /* 表格行背景色样式 end */ /* 点击树结构项的选中颜色 */ .el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content { - background-color: #409EFF; + background-color: #CCF9CB; } diff --git a/src/components/patientRegister/PatientRegisterList.vue b/src/components/patientRegister/PatientRegisterList.vue index 957a3c1..d5824e0 100644 --- a/src/components/patientRegister/PatientRegisterList.vue +++ b/src/components/patientRegister/PatientRegisterList.vue @@ -1633,7 +1633,7 @@ input[type="number"]::-webkit-outer-spin-button { /* 表格选中行 颜色 ::v-deep .el-table__body tr.current-row>td { - background-color: #409EFF !important; + background-color: #CCF9CB !important; } */