From c2cfb192d5c839a75385d7d429c96fca3a95f8d7 Mon Sep 17 00:00:00 2001 From: limengnan <420004014@qq.com> Date: Fri, 12 Dec 2025 18:18:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=A4=84=E7=90=86=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../renderer/src/views/DiagnosticMessage.vue | 32 ++++++- .../src/renderer/src/views/PatientProfile.vue | 90 ++++++++++++++----- 2 files changed, 97 insertions(+), 25 deletions(-) diff --git a/frontend/src/renderer/src/views/DiagnosticMessage.vue b/frontend/src/renderer/src/views/DiagnosticMessage.vue index 187afecb..832059fb 100644 --- a/frontend/src/renderer/src/views/DiagnosticMessage.vue +++ b/frontend/src/renderer/src/views/DiagnosticMessage.vue @@ -47,7 +47,7 @@ - +
@@ -66,7 +66,7 @@ 关闭 - +
@@ -363,3 +363,31 @@ async function handleDiagnosticInfo(status) { color: #ffffff; } + + diff --git a/frontend/src/renderer/src/views/PatientProfile.vue b/frontend/src/renderer/src/views/PatientProfile.vue index 64fa3bb5..f3c849ae 100644 --- a/frontend/src/renderer/src/views/PatientProfile.vue +++ b/frontend/src/renderer/src/views/PatientProfile.vue @@ -11,7 +11,7 @@
-
+
@@ -266,12 +266,18 @@
处理
- - - - +
+ + + + + + + + + +
建议
@@ -321,10 +327,14 @@ - + -
-
+
+
{{opt}}
@@ -337,13 +347,16 @@
- + -
-
+
+
{{opt}}
@@ -356,7 +369,9 @@
@@ -1027,20 +1042,20 @@ historyAPI.VideoDelById(ids).then((response)=>{ display: flex; } .patientprofile-container-leftbox{ - width: 500px; + width: 550px; height: 350px; background: linear-gradient(135deg, rgba(42, 54, 73, 1) 0%, rgba(42, 54, 73, 1) 0%, rgba(34, 43, 56, 1) 100%, rgba(34, 43, 56, 1) 100%); border-radius: 5px; } .patientprofile-container-leftbottombox{ margin-top: 15px; - width: 500px; + width: 550px; height: calc(100% - 350px - 15px) ; background: linear-gradient(135deg, rgba(42, 54, 73, 1) 0%, rgba(42, 54, 73, 1) 0%, rgba(34, 43, 56, 1) 100%, rgba(34, 43, 56, 1) 100%); border-radius: 5px; } .patientprofile-container-rightbox{ - width: calc(100% - 500px - 15px) ; + width: calc(100% - 550px - 15px) ; height: 100%; background: linear-gradient(135deg, rgba(42, 54, 73, 1) 0%, rgba(42, 54, 73, 1) 0%, rgba(34, 43, 56, 1) 100%, rgba(34, 43, 56, 1) 100%); border-radius: 5px; @@ -1085,7 +1100,7 @@ historyAPI.VideoDelById(ids).then((response)=>{ color: rgba(255, 255, 255, 0.6); } .patientprofile-userinfo-text2{ - width: 166px; + width: 190px; font-family: 'Noto Sans SC'; font-weight: 400; font-style: normal; @@ -1207,10 +1222,6 @@ historyAPI.VideoDelById(ids).then((response)=>{ border-color: #787878; } -.patient-profile-container .el-dialog { - background-color: rgba(85, 85, 85, 1); -} - .patient-profile-container .el-dialog__title { color: #ffffff; } @@ -1621,4 +1632,37 @@ historyAPI.VideoDelById(ids).then((response)=>{ .patientprofile-container-info .el-select__placeholder{ color: #fff; } + + +.el-dialog{ + background: linear-gradient(135deg, rgba(53, 67, 90, 1) 0%, rgba(53, 67, 90, 1) 0%, rgba(62, 79, 105, 1) 99%, rgba(62, 79, 105, 1) 100%);; +} +.el-dialog__close{ + color: #fff !important; +} + + + + + +