From 1d552a3bad95caae4af15322df28e6240b797693 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Thu, 13 Aug 2026 15:32:06 +0800
Subject: [PATCH] feat: app视频封面图
---
applications/drone-command/src/styles/sidebar.scss | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/applications/drone-command/src/styles/sidebar.scss b/applications/drone-command/src/styles/sidebar.scss
index 1065933..7732087 100644
--- a/applications/drone-command/src/styles/sidebar.scss
+++ b/applications/drone-command/src/styles/sidebar.scss
@@ -17,7 +17,7 @@
}
.avue-menu {
- height: calc(100% - #{$top_height});
+ height: calc(100% - 42px);
}
&--tip {
@@ -83,9 +83,10 @@
top: 0;
left: 0;
bottom: 0;
- width: 4px;
+ width: 2px;
background: #0041FF;
position: absolute;
+ border-right: 1px solid #1D56FF;
}
background-color: rgba(0, 0, 0, .8);
--
Gitblit v1.9.3