|
|
@@ -912,7 +912,7 @@ function bindEventTeaOrignalYS() {
|
|
|
uHtml.style = "width:" + randomNum(220, 300) + "px;display:inline-block;";
|
|
|
}
|
|
|
else {
|
|
|
- uHtml.style = "width:15px;display:inline-block;";
|
|
|
+ uHtml.style = "width:10px;display:inline-block;";
|
|
|
}
|
|
|
uHtml.setAttribute("answer-anstext", "");
|
|
|
}
|
|
|
@@ -1054,7 +1054,7 @@ function bindEventYS() {
|
|
|
uHtml.style = "width:" + randomNum(220, 300) + "px;display:inline-block;";
|
|
|
}
|
|
|
else {
|
|
|
- uHtml.style = "width:15px;display:inline-block;";
|
|
|
+ uHtml.style = "width:10px;display:inline-block;";
|
|
|
}
|
|
|
uHtml.setAttribute("answer-anstext", "");
|
|
|
}
|