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("" + tihaoM + "
" + selectNum + "
" + listtypeText + "
" + score + "
x
");
+ $("#NowSelect").append("" + 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("" + tihao + "
" + selectNum + "
" + listtypeText + "
" + score + "
x
");
+ $("#NowSelect").append("" + tihao + "
" + selectNum + "
" + score + "
" + listtypeText + "
x
");
}
}