From 83fb3746908461d30e73471e7c7cbbd486e001b8 Mon Sep 17 00:00:00 2001 From: inleft <inleft@qq.com> Date: Mon, 14 Feb 2022 17:08:55 +0800 Subject: [PATCH] 字体修改 --- src/components/layouts/baseLayout.vue | 16 +++++++++++----- 1 files changed, 11 insertions(+), 5 deletions(-) diff --git a/src/components/layouts/baseLayout.vue b/src/components/layouts/baseLayout.vue index b344246..88e4f70 100644 --- a/src/components/layouts/baseLayout.vue +++ b/src/components/layouts/baseLayout.vue @@ -5,12 +5,17 @@ <tag-Header /> </a-layout-header> - <router-view ></router-view> + <router-view></router-view> <a-layout-footer> <AplayerBox /> <tagFooter /> </a-layout-footer> + + <a-back-top> + <a-icon type="up" />回到顶部 + </a-back-top> + </a-layout> </template> @@ -30,7 +35,7 @@ } }, methods: { - + // 下载文件 down: function() { console.log(111); @@ -64,11 +69,8 @@ .ant-layout {} .ant-layout-header { - - // background-color: #ffffff; backdrop-filter: saturate(180%) blur(1em); -webkit-backdrop-filter: blur(5px); - background: linear-gradient(90deg, rgba(247, 149, 51, 0.101961) 0, rgba(243, 112, 85, 0.101961) 15%, rgba(239, 78, 123, 0.101961) 30%, rgba(161, 102, 171, 0.101961) 44%, rgba(80, 115, 184, 0.101961) 58%, rgba(16, 152, 173, 0.101961) 72%, rgba(7, 179, 155, 0.101961) 86%, rgba(109, 186, 130, 0.101961) 100%); } @@ -88,6 +90,10 @@ } } + .ant-timeline-item-head { + background-color: transparent !important; + } + } span, -- Gitblit v1.9.1