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;