From b20f8b51a1d53125201883371ecfc15fd18a1c3b Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Fri, 11 Jul 2025 15:22:25 +0800
Subject: [PATCH] 换地址
---
src/views/order/orderLayout.vue | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/src/views/order/orderLayout.vue b/src/views/order/orderLayout.vue
index d2c6805..2ba63f5 100644
--- a/src/views/order/orderLayout.vue
+++ b/src/views/order/orderLayout.vue
@@ -88,7 +88,7 @@
</script>
<style lang="scss">
@import url("@/assets/css/order/index.scss");
-.box-view{
+.box-view {
flex-direction: column;
align-items: center;
}
@@ -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;
@@ -118,9 +122,9 @@
right: 0px;
width: calc(100% - 16px);
height: 3px;
- background-color: rgb(42, 100, 251);
+ background-color: #f7b328;
}
-.right-view{
+.right-view {
width: 1200px;
}
</style>
--
Gitblit v1.9.3