From 891dda41ba419877979fc7da462934e610a77fde Mon Sep 17 00:00:00 2001 From: pengjun <158915633@qq.com> Date: Tue, 17 Oct 2023 16:32:06 +0800 Subject: [PATCH] style --- src/assets/css/global.css | 4 ++-- src/components/patientRegister/PatientRegisterList.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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; } */