From 538d7313f98da3c304365f1c2b22c3e23d91db35 Mon Sep 17 00:00:00 2001
From: surprise <15810472099@163.com>
Date: 星期一, 23 十月 2023 15:04:06 +0800
Subject: [PATCH] 版本更新,阴影分析,等高线添加

---
 src/views/plotting/plotting.vue |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/views/plotting/plotting.vue b/src/views/plotting/plotting.vue
index 612e502..80a8df4 100644
--- a/src/views/plotting/plotting.vue
+++ b/src/views/plotting/plotting.vue
@@ -365,8 +365,8 @@
           margin-right: 18px;
         }
         .btn_box_d {
-          width: 17px;
-          height: 18px;
+          width: 30px;
+          height: 30px;
           background: url("../../assets/img/d.png") no-repeat center;
           background-size: 100% 100%;
         }
@@ -375,8 +375,8 @@
           background-size: 100% 100%;
         }
         .btn_box_x {
-          width: 26px;
-          height: 27px;
+          width: 30px;
+          height: 30px;
           background: url("../../assets/img/x.png") no-repeat center;
           background-size: 100% 100%;
         }
@@ -385,8 +385,8 @@
           background-size: 100% 100%;
         }
         .btn_box_m {
-          width: 22px;
-          height: 20px;
+          width: 30px;
+          height: 30px;
           background: url("../../assets/img/m.png") no-repeat center;
           background-size: 100% 100%;
           margin-right: 0;

--
Gitblit v1.9.3