From 19a8a9601842a42c026c5f74f540221ec3f72d69 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 16 Jan 2026 17:02:47 +0800
Subject: [PATCH] feat:任务工单管理子系统页面结构样式调整

---
 applications/task-work-order/src/styles/top.scss |   20 ++++++++++++++------
 1 files changed, 14 insertions(+), 6 deletions(-)

diff --git a/applications/task-work-order/src/styles/top.scss b/applications/task-work-order/src/styles/top.scss
index e15e00c..3e6c0ce 100644
--- a/applications/task-work-order/src/styles/top.scss
+++ b/applications/task-work-order/src/styles/top.scss
@@ -1,7 +1,5 @@
 .avue-top {
   position: relative;
-  background-color: #fff;
-  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
   color: rgba(0, 0, 0, .65);
   font-size: 28px;
   height: $top_height;
@@ -10,7 +8,9 @@
   white-space: nowrap;
 
   .el-menu-item {
-    i, span {
+
+    i,
+    span {
       font-size: 13px;
     }
   }
@@ -69,7 +69,7 @@
 
 .top-bar__left,
 .top-bar__right {
-  height: $top_height;
+  height: 100%;
   position: absolute;
   top: 0;
 
@@ -79,7 +79,15 @@
 }
 
 .top-bar__left {
-  left: 10px;
+  display: flex;
+  align-items: center;
+  font-family: PangMen;
+  font-weight: 400;
+  font-size: 30px;
+  color: #161B2C;
+  text-align: left;
+  font-style: normal;
+  text-transform: none;
 }
 
 .top-bar__right {
@@ -136,4 +144,4 @@
     font-weight: bold;
     color: #fff;
   }
-}
+}
\ No newline at end of file

--
Gitblit v1.9.3