From 215823d4a764d87b3e4c13767f748e61f06aebfc Mon Sep 17 00:00:00 2001 From: heyujie <516346543@qq.com> Date: 星期六, 07 五月 2022 12:11:15 +0800 Subject: [PATCH] add sub user reset --- 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