From 7e465ce011a27b730d529fd912eae5f9552520b4 Mon Sep 17 00:00:00 2001 From: zhaowei <zhaowei> Date: 星期三, 07 八月 2024 17:48:35 +0800 Subject: [PATCH] 基本实现语言大模型页面布局及功能(未与模型对话接口调试) --- src/components/page/GlobalFooter.vue | 14 ++++++-------- 1 files changed, 6 insertions(+), 8 deletions(-) diff --git a/src/components/page/GlobalFooter.vue b/src/components/page/GlobalFooter.vue index d448523..e4077cf 100644 --- a/src/components/page/GlobalFooter.vue +++ b/src/components/page/GlobalFooter.vue @@ -1,28 +1,26 @@ <template> <div class="footer"> <div class="copyright"> - Copyright - <a-icon type="copyright"/> - 2019 <span>JEECG寮�婧愮ぞ鍖� 鍑哄搧</span> + <span>鍐呭鐢� AI 澶фā鍨嬬敓鎴愶紝璇蜂粩缁嗙攧鍒�</span> </div> </div> </template> <script> export default { - name: "LayoutFooter" + name: 'LayoutFooter' } </script> <style lang="less" scoped> .footer { - padding: 0 16px; - margin: 6px 0 6px; + margin: 0.3vw 0 0.3vw; text-align: center; + background-color: transparent!important; .copyright { - color: rgba(0, 0, 0, .45); - font-size: 14px; + color: #fff; + font-size: 0.73vw; } } </style> \ No newline at end of file -- Gitblit v1.9.3