浏览代码

修改宽度

namejr 4 年之前
父节点
当前提交
00940549e9
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      EBook.Web/Common/tasklib_book.css
  2. 2 2
      EBook.Web/Common/tasklib_book.js

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

@@ -173,7 +173,7 @@ table{
     background-color:rgba(10,169,251,1);
     margin-top: 15px;
     margin-bottom: 5px;
-    border-radius:10px;
+    border-radius:5px;
 }
 .ListenDiv[data-status='1']{
     height:80px;

+ 2 - 2
EBook.Web/Common/tasklib_book.js

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