From 81e1b297b1fabec596c1cb7187ce2d6199026429 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Thu, 30 Nov 2023 16:51:10 +0800
Subject: [PATCH] 模拟考试成绩查询

---
 src/components/map/mainInThere.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/components/map/mainInThere.vue b/src/components/map/mainInThere.vue
index e857671..aaa5505 100644
--- a/src/components/map/mainInThere.vue
+++ b/src/components/map/mainInThere.vue
@@ -548,8 +548,8 @@
           }),
           //边线颜色
           stroke: new Stroke({
-            color: "rgb(18,150,219)",
-            width: 4
+            color: "rgb(0,153,255)",
+            width: 3
           })
         })
       );
@@ -586,13 +586,13 @@
         new Style({
           //填充色
           fill: new Fill({
-            color: "rgba(255, 255, 255, .7)" //填充颜色,不透明度0
+            color: "rgba(255, 255, 255, .5)" //填充颜色,不透明度0
           }),
           //边线颜色
           stroke: new Stroke({
             // color: "rgb(18,150,219)", //面的边界线颜色
             color: "rgba(255, 255, 255, .5)", //面的边界线颜色
-            width: 10 //边界线宽
+            width: 9 //边界线宽
           })
         })
       );

--
Gitblit v1.9.3