From f03b3fbc36f39cdfb2c3c30cd967948ab4abab3e Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Mon, 16 Jun 2025 10:22:19 +0800
Subject: [PATCH] feat:个人工作台铺满
---
src/views/wel/index.vue | 16 +++++++++-------
1 files changed, 9 insertions(+), 7 deletions(-)
diff --git a/src/views/wel/index.vue b/src/views/wel/index.vue
index c8a1d7a..6611797 100644
--- a/src/views/wel/index.vue
+++ b/src/views/wel/index.vue
@@ -514,6 +514,7 @@
padding: 0px 20px 0 10px;
display: flex;
justify-content: space-between;
+height: calc(100% - 5rem);
}
.workleft {
width: 68%;
@@ -523,7 +524,7 @@
background: #ffffff;
border-radius: 8px 8px 8px 8px;
.comprehensive {
- padding: 14px 14px 0 21px;
+ padding: 17px 14px 0 21px;
.title {
display: flex;
justify-content: space-between;
@@ -586,7 +587,7 @@
width: 60%;
border-right: 1px solid #dfdfdf;
.workOrder {
- margin-top: 21px;
+ margin-top: 31px;
display: flex;
justify-content: space-between;
border-bottom: 1px solid #dfdfdf;
@@ -594,7 +595,7 @@
width: 40%;
.card-title {
display: flex;
- margin-bottom: 10px;
+ margin-bottom: 17px;
align-items: center;
img {
width: 36px;
@@ -628,6 +629,7 @@
grid-template-columns: repeat(2, 1fr);
row-gap: 14px;
gap: 10px;
+ margin-bottom: 27px;
.status-item {
display: flex;
text-align: center;
@@ -636,6 +638,7 @@
max-width: 158px;
background: #f6f8fe;
border-radius: 8px 8px 8px 8px;
+ margin-bottom: 9px;
img {
width: 26px;
height: 26px;
@@ -665,7 +668,7 @@
font-weight: bold;
font-size: 30px;
color: #363636;
- margin: 5px 0;
+ // margin: 5px 0;
// font-style: italic;
display: inline-block;
transform: skewX(-5deg);
@@ -693,7 +696,7 @@
// 飞行统计
.flyOrder {
- margin-top: 5px;
+ margin-top: 10px;
.fytitle {
display: flex;
align-items: center;
@@ -708,8 +711,7 @@
}
}
.flycenter {
- margin-top: 13px;
-
+ margin-top: 22px;
.centerBox {
display: flex;
justify-content: space-between;
--
Gitblit v1.9.3