From 6ba66d5586676fba68d9025de455e3c590c2f3b3 Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Tue, 13 Dec 2022 11:23:48 +0800
Subject: [PATCH] 1
---
src/components/map/components/mapPopup.vue | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/components/map/components/mapPopup.vue b/src/components/map/components/mapPopup.vue
index a076363..bd5cc5d 100644
--- a/src/components/map/components/mapPopup.vue
+++ b/src/components/map/components/mapPopup.vue
@@ -176,15 +176,15 @@
background-image: linear-gradient(
135deg,
transparent 30px,
- #28bbf09a 30px,
- #28bbf0a6 50%,
+ #1831a79a 30px,
+ #3f487ba6 50%,
transparent 50%
),
linear-gradient(
-45deg,
transparent 30px,
- #28bbf09a 30px,
- #28bbf0a6 50.1%,
+ #1831a79a 30px,
+ #3f487ba6 50.1%,
transparent 50%
);
}
@@ -206,8 +206,8 @@
.divForms-theme .b-r,
.divForms-theme .b-t,
.divForms-theme .b-t-l {
- background-color: #29baf1;
- box-shadow: 0 0 10px 2px #29baf1;
+ background-color: #1831a7;
+ box-shadow: 0 0 10px 2px #1831a7;
}
.divForms .b-t {
@@ -275,7 +275,7 @@
}
.divForms-theme .title {
- background-image: linear-gradient(135deg, transparent 25px, #29baf1 25px);
+ background-image: linear-gradient(135deg, transparent 25px, #1c309e9a 25px);
}
.divForms .title {
@@ -292,7 +292,7 @@
.divForms-theme .arrow,
.divForms-theme .title::before {
- background-color: #28bbf0;
+ background-color: #1c309e;
}
.divForms .title::before {
--
Gitblit v1.9.3