From 26ebef24f023a80f5be5ff27c93585f70688f6ee Mon Sep 17 00:00:00 2001
From: jinlin <jinlin>
Date: 星期二, 22 十月 2024 14:45:39 +0800
Subject: [PATCH] 关于修改可靠性产品重复

---
 web/public/SVGOrigin/Method-Draw-master/test/qunit/qunit.css |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/web/public/SVGOrigin/Method-Draw-master/test/qunit/qunit.css b/web/public/SVGOrigin/Method-Draw-master/test/qunit/qunit.css
index d20ecb6..9592db0 100644
--- a/web/public/SVGOrigin/Method-Draw-master/test/qunit/qunit.css
+++ b/web/public/SVGOrigin/Method-Draw-master/test/qunit/qunit.css
@@ -27,7 +27,7 @@
 	font-size: 1.5em;
 	line-height: 1em;
 	font-weight: normal;
-	
+
 	border-radius: 15px 15px 0 0;
 	-moz-border-radius: 15px 15px 0 0;
 	-webkit-border-top-right-radius: 15px;
@@ -83,11 +83,11 @@
 	padding: 0.5em;
 
 	background-color: #fff;
-	
+
 	border-radius: 15px;
 	-moz-border-radius: 15px;
 	-webkit-border-radius: 15px;
-	
+
 	box-shadow: inset 0px 2px 13px #999;
 	-moz-box-shadow: inset 0px 2px 13px #999;
 	-webkit-box-shadow: inset 0px 2px 13px #999;
@@ -150,7 +150,7 @@
 
 #qunit-tests .pass                          { color: #528CE0; background-color: #D2E0E6; }
 #qunit-tests .pass .test-name               { color: #366097; }
- 
+
 #qunit-tests .pass .test-actual,
 #qunit-tests .pass .test-expected           { color: #999999; }
 

--
Gitblit v1.9.1