From 15792ad8baea4ab886dbfc58009847f26de45df8 Mon Sep 17 00:00:00 2001 From: zhaowei <zhaowei> Date: 星期五, 02 八月 2024 17:55:19 +0800 Subject: [PATCH] 1、利用viewport完成PC端页面响应式布局,其他端还未适配 2、基本完成语言大模型页面布局及部分功能 3、实现对于侧边栏图标在首页与其他页面时不同的展示风格 4、使用压缩后的背景图与首页gif(效果不好,跳转路由后仍会出现短暂背景图片未加载出情况) 5、修改项目浏览器页签图标 --- public/color.less | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/public/color.less b/public/color.less index 0f799c1..8431f4e 100644 --- a/public/color.less +++ b/public/color.less @@ -1721,7 +1721,7 @@ // Layout @layout-body-background : #f0f2f5; -@layout-header-background : #001529; +@layout-header-background : transparent; @layout-footer-background : @layout-body-background; @layout-header-height : 64px; @layout-header-padding : 0 50px; @@ -2362,7 +2362,7 @@ border-right-color: transparent; } :global .drawer .drawer-content { - background: #001529; + background: transparent; } .standardFormRow { border-bottom: 1px dashed #e8e8e8; @@ -4537,7 +4537,7 @@ } .ant-dropdown-menu-dark, .ant-dropdown-menu-dark .ant-dropdown-menu { - background: #001529; + background: transparent; } .ant-dropdown-menu-dark .ant-dropdown-menu-item, .ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title, @@ -5095,21 +5095,21 @@ background: #f0f2f5; } .ant-layout-header { - background: #001529; + background: transparent; } .ant-layout-footer { background: #f0f2f5; color: rgba(0, 0, 0, 0.65); } .ant-layout-sider { - background: #001529; + background: transparent; } .ant-layout-sider-trigger { color: #fff; background: #002140; } .ant-layout-sider-zero-width-trigger { - background: #001529; + background: transparent; color: #fff; border-radius: 0 4px 4px 0; } @@ -5454,7 +5454,7 @@ .ant-menu-dark, .ant-menu-dark .ant-menu-sub { color: rgba(255, 255, 255, 0.65); - background: #001529; + background: transparent; } .ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow:after, .ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow:after, @@ -5474,7 +5474,7 @@ } .ant-menu-dark.ant-menu-horizontal > .ant-menu-item, .ant-menu-dark.ant-menu-horizontal > .ant-menu-submenu { - border-color: #001529; + border-color: transparent; border-bottom: 0; } .ant-menu-dark .ant-menu-item, @@ -7656,7 +7656,7 @@ } .drawer .drawer-content { - background: #001529; + background: transparent; } .ant-list-item-meta .taobao { -- Gitblit v1.9.3