From fb980aa38e7b9d0f6622c1cd624d206c8863d919 Mon Sep 17 00:00:00 2001 From: pengjun <158915633@qq.com> Date: Sat, 7 Oct 2023 18:28:05 +0800 Subject: [PATCH] mult seo --- src/assets/css/global.css | 6 + .../patientRegister/PatientRegisterList.vue | 219 +++++++++++++++--- src/components/report/CusOrgOCX.vue | 2 +- src/views/report/chargeAsbitem.vue | 6 + 4 files changed, 200 insertions(+), 33 deletions(-) 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 @@