diff --git a/src/assets/css/global.css b/src/assets/css/global.css index 1a36848..2873669 100644 --- a/src/assets/css/global.css +++ b/src/assets/css/global.css @@ -18,6 +18,12 @@ .el-table .purple-row { background: rgb(255, 0, 255); } + +/* 表格选中行 颜色 ::v-deep */ +.el-table__body tr.current-row>td { + background-color: #409EFF !important; +} + /* 表格行背景色样式 end */ .publicfontsize{ diff --git a/src/components/patientRegister/PatientRegisterList.vue b/src/components/patientRegister/PatientRegisterList.vue index ece199a..251db3d 100644 --- a/src/components/patientRegister/PatientRegisterList.vue +++ b/src/components/patientRegister/PatientRegisterList.vue @@ -1,8 +1,11 @@