From 1446d4e5256f3a8692d0c3226dac577aab90da1e Mon Sep 17 00:00:00 2001
From: sankeyangshu <1260323835@qq.com>
Date: Sat, 14 Dec 2024 14:04:28 +0800
Subject: [PATCH] =?UTF-8?q?style:=20=E5=9B=BA=E5=AE=9A=E5=BA=95=E9=83=A8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/Boat/components/BoatTable.vue | 67 ++++++++++++-------------
src/views/Home/index.vue | 44 ++++++++++------
2 files changed, 59 insertions(+), 52 deletions(-)
diff --git a/src/views/Boat/components/BoatTable.vue b/src/views/Boat/components/BoatTable.vue
index eb8bb99..0e903fd 100644
--- a/src/views/Boat/components/BoatTable.vue
+++ b/src/views/Boat/components/BoatTable.vue
@@ -53,11 +53,12 @@
+
-
+
-
-
{{ item.schedule.createDate }}
-
{{ item.schedule.loadPort.name }}
-
{{ item.shipStatus }}
+
+
+
{{ item.schedule.createDate }}
+
{{ item.schedule.loadPort.name }}
+
{{ item.shipStatus }}
+
@@ -555,7 +557,7 @@ onMounted(async () => {
flex-direction: column;
width: 100%;
height: 100%;
- padding: 40px;
+ padding: 40px 40px 16px;
.home-search {
display: flex;
align-items: center;
@@ -617,17 +619,17 @@ onMounted(async () => {
}
}
.home-footer {
+ box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;
- margin-bottom: 20px;
+ padding-bottom: 16px;
.notice {
display: flex;
align-items: center;
justify-content: center;
width: 700px;
height: 40px;
- margin-top: 30px;
overflow: hidden;
font-size: 16px;
color: #d7d7d7;
@@ -662,17 +664,27 @@ onMounted(async () => {
text-decoration: underline;
}
}
- .vin-table {
- box-sizing: border-box;
+ .vin-wrap {
display: flex;
+ flex: 1;
+ flex-direction: column;
align-items: center;
- justify-content: space-between;
- width: 80%;
- height: 50px;
- font-size: 18px;
- color: #fff;
- background-color: rgb(255 255 255 / 0%);
- border-bottom: 1px solid rgb(215 215 215 / 100%);
+ justify-content: center;
+ width: 100%;
+ overflow-y: auto;
+ .vin-table {
+ box-sizing: border-box;
+ display: flex;
+ flex-shrink: 0;
+ align-items: center;
+ justify-content: space-between;
+ width: 80%;
+ height: 50px;
+ font-size: 18px;
+ color: #fff;
+ background-color: rgb(255 255 255 / 0%);
+ border-bottom: 1px solid rgb(215 215 215 / 100%);
+ }
}
}
}