From 198ddcef9ac5e9c6ba15b7a4f4403019c265f68e Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Thu, 19 Jun 2025 17:46:27 +0800
Subject: [PATCH] 修改先取整在计算
---
src/components/constract/DeliveryContract/DetailDialog.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/components/constract/DeliveryContract/DetailDialog.vue b/src/components/constract/DeliveryContract/DetailDialog.vue
index 25cb0f1..48d9203 100644
--- a/src/components/constract/DeliveryContract/DetailDialog.vue
+++ b/src/components/constract/DeliveryContract/DetailDialog.vue
@@ -286,7 +286,7 @@
.time-div {
width: 65px;
height: 42px;
- background: #1d91ff;
+ background: #f7b328;
border-radius: 3px;
display: flex;
align-items: center;
@@ -313,7 +313,7 @@
.continueOrder {
width: 100%;
height: 50px;
- background: #1d91ff;
+ background: #f7b328;
border: none;
}
</style>
--
Gitblit v1.9.3