From 5d468e5ccd96dc068d91d593c770643ecdc6f1af Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期四, 03 七月 2025 16:34:41 +0800
Subject: [PATCH] 1. 入库历史订单明细数据丢失 2. 库存信息响应问题 3. 出库明细新加客户信息 4. 库存明细增加查询条件 5. 出库修改物料来源
---
construction-data/src/components/datav/topHeader.vue | 18 ++++++++++++++++--
1 files changed, 16 insertions(+), 2 deletions(-)
diff --git a/construction-data/src/components/datav/topHeader.vue b/construction-data/src/components/datav/topHeader.vue
index 9672fb1..2433391 100644
--- a/construction-data/src/components/datav/topHeader.vue
+++ b/construction-data/src/components/datav/topHeader.vue
@@ -83,11 +83,25 @@
}
}
-@media only screen and (max-width: 1280px){
+@media only screen and (max-width: 1281px){
#top-header {
+ height: auto;
+ margin-bottom: 5px;
+
+ .header-center-decoration {
+ width: 40%;
+ height: 40px;
+ margin-top: 20px;
+ }
+
+ .header-left-decoration, .header-right-decoration {
+ width: 25%;
+ height: 40px;
+ }
.center-title {
- font-size: 24px;
+ top: 10px;
+ font-size: 18px;
font-weight: bold;
}
}
--
Gitblit v1.9.1