Ver Fonte

解决bug22689

namejr há 4 anos atrás
pai
commit
48196bc46d
2 ficheiros alterados com 7 adições e 2 exclusões
  1. 1 1
      EBook.Web/Common/tasklib_book.css
  2. 6 1
      EBook.Web/Common/tasklib_book.js

+ 1 - 1
EBook.Web/Common/tasklib_book.css

@@ -247,7 +247,7 @@ table{
     width:30px;
     height:48px;
     position:relative;
-    left:-10px;
+    left:-15px;
     top:-25px;
     background-image: url('../Images/Listen/拉杆@2x.png');
     background-size: 10px 10px;

+ 6 - 1
EBook.Web/Common/tasklib_book.js

@@ -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", "");
                 }
             }