From 1696a5ccc97a923f65eaf3a554eabce2436bc510 Mon Sep 17 00:00:00 2001
From: wente <329538422@qq.com>
Date: 星期二, 05 十一月 2024 16:20:00 +0800
Subject: [PATCH] 滚轮在页面加载之前报错报错问题

---
 web/public/SVGOrigin/Method-Draw-master/editor/lib/jgraduate/css/jgraduate.css |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/web/public/SVGOrigin/Method-Draw-master/editor/lib/jgraduate/css/jgraduate.css b/web/public/SVGOrigin/Method-Draw-master/editor/lib/jgraduate/css/jgraduate.css
index 2283c00..91db2c4 100644
--- a/web/public/SVGOrigin/Method-Draw-master/editor/lib/jgraduate/css/jgraduate.css
+++ b/web/public/SVGOrigin/Method-Draw-master/editor/lib/jgraduate/css/jgraduate.css
@@ -1,6 +1,6 @@
-/* 
+/*
  * jGraduate Default CSS
- * 
+ *
  * Copyright (c) 2010 Jeff Schiller
  * http://blog.codedread.com/
  *
@@ -35,7 +35,7 @@
 	display: none;
 }
 
-.jGraduate_gradPick {	
+.jGraduate_gradPick {
 	display: none;
 	overflow: visible;
 /*	position: relative;*/
@@ -55,7 +55,7 @@
 }
 div.jGraduate_GradContainer {
 	border: solid #000 1px;
-	background-image: url(../images/map-opacity.png); 
+	background-image: url(../images/map-opacity.png);
 	background-position: 0px 0px;
 	height: 256px;
 	width: 256px;
@@ -183,13 +183,13 @@
 div.jGraduate_stopPicker {
   position: absolute;
   display: none;
-  background: 
+  background:
   white;
   padding: 20px;
   border-radius: 3px;
   width: 530px;
   height: 300px;
-  box-shadow: 0 5px 25px 
+  box-shadow: 0 5px 25px
   black;
 }
 

--
Gitblit v1.9.1