From 4e093954cdbfb808d565de84155a343cd78db513 Mon Sep 17 00:00:00 2001 From: zjb Date: Sat, 13 Jan 2024 23:12:57 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(cr):=20=E6=B7=BB=E5=8A=A0copyr?= =?UTF-8?q?ight?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/layout/Layout.vue | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/src/views/layout/Layout.vue b/src/views/layout/Layout.vue index dcdd549..9e4fc61 100644 --- a/src/views/layout/Layout.vue +++ b/src/views/layout/Layout.vue @@ -1,9 +1,20 @@ + @@ -34,4 +45,15 @@ export default { height: 100%; width: 100%; } +.footer { + height: 30px; + width: 100%; + text-align: center; + font-family: '微软雅黑', sans-serif; + font-weight: 400; + font-style: normal; + font-size: 12px; + color: #999999; + line-height: 24px; +}