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;