项目主题样式调整

This commit is contained in:
雷校云
2026-03-06 01:32:25 +08:00
parent 17e64c2c3f
commit 6f35fde8c3
2 changed files with 16 additions and 12 deletions

View File

@@ -24,19 +24,23 @@ defineProps({
width: 100%;
height: $navbar-height;
background-color: $sidebar-logo-background;
border-bottom: 1px solid rgba(255, 255, 255, 0.1); // 添加底部分隔线
padding: 0 20px; // 增加内边距
border-bottom: 1px solid rgba(255, 255, 255, 0.1); // 添加底部分隔线
padding: 0 20px; // 增加内边距
.title {
flex-shrink: 0;
margin-left: 10px;
font-size: 22px; // 增大字体,匹配示例模板
font-weight: 700; // 加粗
color: #60a5fa; // 使用亮蓝色,匹配示例模板
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); // 添加文字阴影
//margin-left: 10px;
font-size: 22px; // 增大字体,匹配示例模板
font-weight: 700; // 加粗
color: #60a5fa; // 使用亮蓝色,匹配示例模板
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); // 添加文字阴影
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
&::after {
content: '专业自动化系统'; // 添加副标题
content: '专业自动化系统'; // 添加副标题
display: block;
font-size: 12px;
font-weight: normal;

View File

@@ -92,7 +92,7 @@ $menu-hover: var(--menu-hover); // 菜单悬停背景色
$sidebar-logo-background: var(--sidebar-logo-background); // 侧边栏 Logo 背景色
$sidebar-logo-text-color: var(--sidebar-logo-text-color); // 侧边栏 Logo 文字颜色
$sidebar-width: 280px; // 侧边栏宽度
$sidebar-width: 260px; // 侧边栏宽度
$sidebar-width-collapsed: 54px; // 侧边栏收缩宽度
$navbar-height: 120px; // 导航栏高度
$navbar-height: 100px; // 导航栏高度
$tags-view-height: 34px; // TagsView 高度