From 3a3cbd22dac6945039ba44e4ca14b1adaaaaa7ed Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 07 Jan 2026 11:04:45 +0800
Subject: [PATCH] feat:反无大屏基建
---
applications/drone-command/src/styles/common.scss | 39 ++++++++++++++++++++++++++++++++++++---
1 files changed, 36 insertions(+), 3 deletions(-)
diff --git a/applications/drone-command/src/styles/common.scss b/applications/drone-command/src/styles/common.scss
index 18ff080..6d8c733 100644
--- a/applications/drone-command/src/styles/common.scss
+++ b/applications/drone-command/src/styles/common.scss
@@ -26,10 +26,11 @@
}
.avue-layout {
+ position: relative;
display: flex;
width: 100%;
height: 100%;
- background: url("@/assets/images/layoutBg.png") no-repeat center / 100% 100%;
+ background: #05050F;
overflow: hidden;
&--horizontal {
@@ -43,8 +44,8 @@
.avue-menu,
.el-menu-item,
.el-sub-menu__title {
- height: $top_height;
- line-height: $top_height;
+ height: $top_height !important;
+ line-height: $top_height !important;
}
.is-active:before {
@@ -55,6 +56,37 @@
.avue-logo {
width: $sidebar_width
}
+ }
+
+ > .top-container {
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 97px;
+ z-index: 9;
+ }
+
+ > .leaf-container {
+ padding-top: 97px;
+ width: 160px;
+ height: 100%;
+
+ .avue-sidebar {
+
+ .el-menu-item,
+ .el-sub-menu__title {
+ margin-top: 26px;
+ height: $top_height !important;
+ line-height: $top_height !important;
+ }
+ }
+ }
+
+ > .right-container {
+ width: 0;
+ flex: 1;
+ height: 100%;
}
}
@@ -93,6 +125,7 @@
}
.main-avue-view-container {
+ margin-top: 97px;
height: 0;
flex: 1;
display: flex;
--
Gitblit v1.9.3