From e45377e8f94faf25a98b9e5a645055b5fade4818 Mon Sep 17 00:00:00 2001
From: inleft <inleft@qq.com>
Date: Thu, 14 Jul 2022 15:52:29 +0800
Subject: [PATCH] 邮件回复样式更新

---
 src/components/swichLabel/main1-home.vue |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/src/components/swichLabel/main1-home.vue b/src/components/swichLabel/main1-home.vue
index ae58261..90cac56 100644
--- a/src/components/swichLabel/main1-home.vue
+++ b/src/components/swichLabel/main1-home.vue
@@ -25,14 +25,16 @@
 
 				<a-col v-bind="colApiMain">
 					<a-col v-bind="colMini" :style="{'position':'absolute','right':'5px'}">
-						<a-affix :offset-top="600">
+						<a-affix :offset-top="550">
 							<a-button @click="showDrawer" style="padding:0px 10px">
 								<a-icon type="left-circle" />
 							</a-button>
 						</a-affix>
 					</a-col>
 					<keep-alive>
-						<router-view class="fade"></router-view>
+						<transition name="fade">
+							<router-view></router-view>
+						</transition>
 					</keep-alive>
 				</a-col>
 
@@ -107,7 +109,7 @@
 	@font-face {
 		font-family: 'HYTangMeiRen';
 		// font-display: swap;
-		src: url("https://unpkg.zhimg.com/fontawepro@latest/fonts/hytmr55.woff") format("truetype");
+		src: url("http://t.inleft.com/share/z%E5%AD%97%E4%BD%93%E5%BA%93/hytmr55%E6%B1%89%E4%BB%AA%E5%94%90%E7%BE%8E%E4%BA%BA%E5%AD%97%E4%BD%93.woff") format("truetype");
 	}
 
 	span,

--
Gitblit v1.9.1