From 4019af2cbd099d9d90b7f69e24869e4f2f3dc2d1 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 08 四月 2026 14:01:18 +0800
Subject: [PATCH] 1.样式修改
---
src/layout/index.vue | 22 +++++++++++++---------
1 files changed, 13 insertions(+), 9 deletions(-)
diff --git a/src/layout/index.vue b/src/layout/index.vue
index 67ac803..2d4bf01 100644
--- a/src/layout/index.vue
+++ b/src/layout/index.vue
@@ -74,6 +74,9 @@
position: relative;
height: 100%;
width: 100%;
+ background:
+ radial-gradient(circle at top, rgba(223, 232, 226, 0.95), transparent 32%),
+ linear-gradient(180deg, #f7faf8 0%, var(--app-bg) 100%);
&.mobile.openSidebar {
position: fixed;
@@ -93,22 +96,23 @@
.fixed-header {
position: fixed;
- top: 0;
- right: 0;
+ top: 12px;
+ right: 16px;
z-index: 9;
- width: calc(100% - #{$base-sidebar-width});
- transition: width 0.28s;
+ width: calc(100% - #{$base-sidebar-width} - 32px);
+ transition: width 0.28s, right 0.28s;
+ padding-bottom: 8px;
}
-.hideSidebar .fixed-header {
- width: calc(100% - 54px);
-}
+.hideSidebar .fixed-header {
+ width: calc(100% - 100px);
+}
.sidebarHide .fixed-header {
- width: 100%;
+ width: calc(100% - 32px);
}
.mobile .fixed-header {
width: 100%;
}
-</style>
\ No newline at end of file
+</style>
--
Gitblit v1.9.3