From 45faaf27722588e92050e2e3eace9b3704377048 Mon Sep 17 00:00:00 2001
From: ZZJ <zzjdsg2300@163.com>
Date: 星期六, 02 四月 2022 18:44:30 +0800
Subject: [PATCH] 首页接口

---
 src/components/Connect.vue |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/components/Connect.vue b/src/components/Connect.vue
index 276babb..f4914e4 100644
--- a/src/components/Connect.vue
+++ b/src/components/Connect.vue
@@ -130,12 +130,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 +155,7 @@
   border-radius: 22px;
   text-align: center;
   line-height: 20px;
+  font-size: 14px;
   cursor: pointer;
 
   &:hover {

--
Gitblit v1.8.0