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/task-work-order/src/styles/common.scss |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/applications/task-work-order/src/styles/common.scss b/applications/task-work-order/src/styles/common.scss
index ea6e5ff..d1cea41 100644
--- a/applications/task-work-order/src/styles/common.scss
+++ b/applications/task-work-order/src/styles/common.scss
@@ -9,6 +9,7 @@
 @import './mapEdit.scss';
 
 @import './common/cockpit.scss';
+@import './customFont.scss';
 
 a {
   text-decoration: none;
@@ -17,6 +18,7 @@
 
 * {
   outline: none;
+  box-sizing: border-box;
 }
 
 .avue-sidebar,
@@ -107,6 +109,7 @@
     height: 100%;
     box-sizing: border-box;
     background: url('@/assets/images/layoutBg.png') repeat;
+    background-position: 0 -20px;
 
     .layer-content-bottom {
       width: 100%;

--
Gitblit v1.9.3