From 5307840bc93bff894a1b94e55b961e7303fea06f Mon Sep 17 00:00:00 2001 From: tdg930622 <51816549+tdg930622@users.noreply.github.com> Date: Wed, 22 Jan 2025 16:16:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=91=BC=E5=85=A5=E5=BC=B9=E7=AA=97=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/VoiceCallDialog.vue | 30 +++++++++++++++++++----------- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/src/components/VoiceCallDialog.vue b/src/components/VoiceCallDialog.vue index 5bcb075..3dd4584 100644 --- a/src/components/VoiceCallDialog.vue +++ b/src/components/VoiceCallDialog.vue @@ -4,7 +4,7 @@
-
{{ zoomActive ? '缩小' : '放大' }}
-
-
{{ incomingCallPhone }}
+
+
{{ incomingCallPhone }}
-
{{ zoomActive ? '缩小' : '放大' }} @@ -244,8 +244,9 @@ export default { .big-header{ .big-header-btn{ - background-color: #e4e7ed; - padding: 6px 10px; + background-color: rgba(242, 243, 245, 1); + padding: 9px 14px; + border-radius: 16px; .tabs-svg{ width: 16px; height: 16px; @@ -286,20 +287,27 @@ export default { position: absolute; top: 0; left: 50%; - height: 56px; + height: 72px; width: 460px; margin-left: -230px; .small-layout{ - height: 56px; + height: 72px; border-radius: 16px; - background-color: #dcdfe6; + background-color: #ffffff; + border: 1px solid #E5E6EB; + box-shadow: 0 8px 16px 0 rgba(0,0,0,.1); + .small-layout-phone{ + line-height: 34px; + border-right: 1px solid rgba(229, 230, 235, 1); + } .tabs-svg-phone{ width: 40px; height: 40px; } .big-header-btn{ - background-color: #ffffff; - padding: 6px 10px; + background-color: rgba(242, 243, 245, 1); + padding: 9px 14px; + border-radius: 16px; .tabs-svg{ width: 16px; height: 16px;