From 7ae4bd3e1da5fb7aadf4f497484639ed17039125 Mon Sep 17 00:00:00 2001 From: Flow <958079825@qq.com> Date: Tue, 5 Aug 2025 16:38:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E5=A4=B4=E5=83=8F=E7=9A=84?= =?UTF-8?q?=E5=9C=86=E5=9C=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/patientcom/index.vue | 19 +------------------ src/views/patientinfo/index.vue | 19 +------------------ 2 files changed, 2 insertions(+), 36 deletions(-) diff --git a/src/patientcom/index.vue b/src/patientcom/index.vue index 740be55..63794d3 100644 --- a/src/patientcom/index.vue +++ b/src/patientcom/index.vue @@ -88,12 +88,7 @@ - - - {{ scope.row.name?.charAt(0) }} - - {{ scope.row.name }} - + {{ scope.row.name }} @@ -451,18 +446,6 @@ defineExpose({ border: 1px solid #d1ecf1; } - .patient-name { - display: flex; - align-items: center; - justify-content: center; - - .el-avatar { - background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); - color: white; - font-weight: 600; - } - } - .age-text { font-weight: 600; color: #409eff; diff --git a/src/views/patientinfo/index.vue b/src/views/patientinfo/index.vue index 2132347..00491f4 100644 --- a/src/views/patientinfo/index.vue +++ b/src/views/patientinfo/index.vue @@ -101,12 +101,7 @@ > - - - {{ scope.row.name?.charAt(0) }} - - {{ scope.row.name }} - + {{ scope.row.name }} @@ -407,18 +402,6 @@ onMounted(async () => { border: 1px solid #d1ecf1; } - .patient-name { - display: flex; - align-items: center; - justify-content: center; - - .el-avatar { - background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); - color: white; - font-weight: 600; - } - } - .age-text { font-weight: 600; color: #409eff;