From 5ee0d36e051d591f930ba93ba660e45f10710c3f Mon Sep 17 00:00:00 2001 From: ZZJ <zzjdsg2300@163.com> Date: 星期四, 05 五月 2022 13:30:31 +0800 Subject: [PATCH] bug修复 --- src/components/Connect.vue | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/components/Connect.vue b/src/components/Connect.vue index 276babb..7377522 100644 --- a/src/components/Connect.vue +++ b/src/components/Connect.vue @@ -88,6 +88,7 @@ background: #ffffff; box-shadow: 0px 4px 12px rgba(0, 51, 128, 0.18); border-radius: 8px; + z-index: 2; .tele, .advice { @@ -130,12 +131,14 @@ margin-top: 6px; margin-left: 34px; color: #0065ff; + font-size: 12px; } .des { margin-top: 6px; margin-left: 34px; color: #666666; + font-size: 12px; } } @@ -153,6 +156,7 @@ border-radius: 22px; text-align: center; line-height: 20px; + font-size: 14px; cursor: pointer; &:hover { -- Gitblit v1.8.0