From 7e465ce011a27b730d529fd912eae5f9552520b4 Mon Sep 17 00:00:00 2001 From: zhaowei <zhaowei> Date: 星期三, 07 八月 2024 17:48:35 +0800 Subject: [PATCH] 基本实现语言大模型页面布局及功能(未与模型对话接口调试) --- 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