From 8b5898a00e48d874fbdc96fa8a844bcf552deb78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=BA=20=E6=9D=A8?= Date: Wed, 24 Jan 2024 18:24:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Temp/Default.aspx | 7 +++++++ js/index.js | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Temp/Default.aspx b/Temp/Default.aspx index cfeee75..061227a 100644 --- a/Temp/Default.aspx +++ b/Temp/Default.aspx @@ -352,6 +352,13 @@
模板删减区
+
题型
+
题号
+
选项数
+
分数
+
方向/步长
+ +
diff --git a/js/index.js b/js/index.js index 12f6c3f..2449fa2 100644 --- a/js/index.js +++ b/js/index.js @@ -166,7 +166,7 @@ function SetKeguanTi() { $("#keguan_" + tihao).draggable({ containment: ".main_papermain" }); $("#keguan_" + tihao).resizable({ containment: ".main_papermain", handles: 'all' });//设置缩放 var listtypeText = listtype == 0 ? "横向" : "竖向"; - $("#NowSelect").append("
  • " + questionHtml + "
    " + tihaoM + "
    " + selectNum + "
    " + listtypeText + "
    " + score + "
    x
  • "); + $("#NowSelect").append("
  • " + questionHtml + "
    " + tihaoM + "
    " + selectNum + "
    " + score + "
    " + listtypeText + "
    x
  • "); } function DeleteKeguanti(tihao) { @@ -959,7 +959,7 @@ function SetKeguanTiPostion(PostionData) { $("#keguan_" + tihao).draggable({ containment: ".main_papermain" }); $("#keguan_" + tihao).resizable({ containment: ".main_papermain", handles: 'all' });//设置缩放 var listtypeText = listtype == 0 ? "横向" : "竖向"; - $("#NowSelect").append("
  • " + questionHtml + "
    " + tihao + "
    " + selectNum + "
    " + listtypeText + "
    " + score + "
    x
  • "); + $("#NowSelect").append("
  • " + questionHtml + "
    " + tihao + "
    " + selectNum + "
    " + score + "
    " + listtypeText + "
    x
  • "); } }