From 3b3521961c246eda35cde1fde685e3931f8af529 Mon Sep 17 00:00:00 2001 From: wente <329538422@qq.com> Date: 星期一, 28 十月 2024 08:46:25 +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