From cb0760435b1f8c5284b7bee43a589e3b9d1bd511 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=BA=20=E6=9D=A8?= Date: Wed, 27 Sep 2023 16:07:30 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=94=9A=E7=82=B9=E5=A4=A7?= =?UTF-8?q?=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default.css | 11 +---------- js/index.js | 2 +- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/css/default.css b/css/default.css index 44a8928..9e91e46 100644 --- a/css/default.css +++ b/css/default.css @@ -268,16 +268,7 @@ a, abbr, address, b, blockquote, body, caption, cite, code, dd, del, dfn, div, d overflow: hidden; } .main_tool table td select { padding:3px; border:1px solid #ddd; padding-right:10px; } - .main_tool table td .maodian { - float: left; - padding: 5px; - margin-right: 10px; - cursor: move; - width: 200px; - border: 1px solid #ddd; - text-align: center; - opacity: 0.3; - } + .main_tool table td .maodian { float:left; padding:5px; margin-right:10px; cursor:move; width:60px;border:1px solid #ddd; text-align:center; opacity:0.3; } .main_tool table td .maodian_hover { padding: 5px; margin-right: 10px; diff --git a/js/index.js b/js/index.js index e4011c8..32a7dd7 100644 --- a/js/index.js +++ b/js/index.js @@ -51,7 +51,7 @@ function SetMao(obj, index) { } $(obj).attr("class", "maodian_hover"); - $(".main_papermain").append("
" + $(obj).html() + "
"); + $(".main_papermain").append("
" + $(obj).html() + "
"); $("#draggable_" + index).draggable({ containment: ".main_papermain" });