From 1b3431ccdb0efcb22798d71d75ddcdc3175f220b Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Wed, 09 Jul 2025 14:14:31 +0800
Subject: [PATCH] 0709修改
---
src/views/order/orderLayout.vue | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/views/order/orderLayout.vue b/src/views/order/orderLayout.vue
index e9ed237..2ba63f5 100644
--- a/src/views/order/orderLayout.vue
+++ b/src/views/order/orderLayout.vue
@@ -110,6 +110,10 @@
display: inline-flex;
margin-right: 38px;
height: auto;
+ width: 198px;
+ overflow: hidden;
+ white-space: nowrap;
+ text-overflow: ellipsis;
}
.menu-active-color1::before {
position: absolute;
--
Gitblit v1.9.3