|
|
@@ -572,7 +572,6 @@ var ClickRecFunc = function (pID) {
|
|
|
}
|
|
|
};
|
|
|
|
|
|
-
|
|
|
// 判断是否在横线内
|
|
|
var isGCFunc = function (NodeHandle) {
|
|
|
var isFlag = false;
|
|
|
@@ -912,6 +911,9 @@ function bindEventTeaOrignalYS() {
|
|
|
if ($(parent).hasClass('correntQue')) {
|
|
|
uHtml.style = "width:" + randomNum(220, 300) + "px;display:inline-block;";
|
|
|
}
|
|
|
+ else {
|
|
|
+ uHtml.style = "width:15px;display:inline-block;";
|
|
|
+ }
|
|
|
uHtml.setAttribute("answer-anstext", "");
|
|
|
}
|
|
|
}
|
|
|
@@ -1051,6 +1053,9 @@ function bindEventYS() {
|
|
|
if ($(parent).hasClass('correntQue')) {
|
|
|
uHtml.style = "width:" + randomNum(220, 300) + "px;display:inline-block;";
|
|
|
}
|
|
|
+ else {
|
|
|
+ uHtml.style = "width:15px;display:inline-block;";
|
|
|
+ }
|
|
|
uHtml.setAttribute("answer-anstext", "");
|
|
|
}
|
|
|
}
|