From 4e1809cf9d2da0318cc8e873283fb2cec9048b93 Mon Sep 17 00:00:00 2001
From: xya-526 <468422680@qq.com>
Date: Wed, 21 May 2025 18:21:21 +0800
Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/SeclectBox.vue | 6 ++++--
src/components/cartBoxTowContent.vue | 16 ++++++++------
src/components/ecologyTitle.vue | 32 +++++++++++++++-------------
3 files changed, 30 insertions(+), 24 deletions(-)
diff --git a/src/components/SeclectBox.vue b/src/components/SeclectBox.vue
index aaf8638..93f21e2 100644
--- a/src/components/SeclectBox.vue
+++ b/src/components/SeclectBox.vue
@@ -4,13 +4,14 @@
{{ i }}
@@ -23,8 +24,9 @@ const selectArray = ['显示行政区划', '2413', '660', '主要交通路网',
diff --git a/src/components/ecologyTitle.vue b/src/components/ecologyTitle.vue
index 17cfc9b..4931b69 100644
--- a/src/components/ecologyTitle.vue
+++ b/src/components/ecologyTitle.vue
@@ -27,7 +27,7 @@ const props = defineProps({
- {{ iten.title }}
+ {{ iten.title }}
@@ -83,29 +83,31 @@ const props = defineProps({
}
.main {
- margin-left: 1rem ;
+ margin-left: 1rem;
width: 80%;
height: 20%;
display: flex;
justify-content: start;
align-items: center;
- .title2 {
+
+ .title2 {
padding: 0.2rem;
width: 9rem;
height: 3.6rem;
- border-radius: 17.5px;
- background: linear-gradient(to right, #898888 0%, #73737300 100%);
+ border-radius: 1.75rem;
+ background: linear-gradient(to right, #a8a8a8 0%, #73737300 100%);
+
.title1 {
- width: 100%;
- height: 100%;
- border-radius: 17.5px;
- opacity: 1;
- background: linear-gradient(to left, #73737300 0%, #366543 100%);
- display: flex;
- justify-content: center;
- align-items: center;
+ width: 100%;
+ height: 100%;
+ border-radius: 1.75rem;
+ opacity: 1;
+ background: linear-gradient(to left, #73737300 0%, #366543 100%);
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ line-height: 3.6rem;
+ }
}
}
-}
-
From 81d92001f234a39d1ea34e916718cb4e62d08b0d Mon Sep 17 00:00:00 2001
From: xya-526 <468422680@qq.com>
Date: Wed, 21 May 2025 18:32:44 +0800
Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/SeclectBox.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/components/SeclectBox.vue b/src/components/SeclectBox.vue
index f5366d9..51aba71 100644
--- a/src/components/SeclectBox.vue
+++ b/src/components/SeclectBox.vue
@@ -9,7 +9,7 @@
:bgColor="'#1C3829D6'"
:width="'100%'"
:height="'5.6rem'"
- :border_radius="'0.996rem'"
+ :border_radius="'0.8rem'"
:Font_size="'3rem'"
:Border="'0'"
:boxShadow="'inset 0 0 1.3rem 0 #64D195F0'"