瀏覽代碼

上传圆角处理

namejr 4 年之前
父節點
當前提交
e7caea83d2
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 1 0
      EBook.Web/Common/tasklib_book.css
  2. 1 1
      EBook.Web/Common/tasklib_book.js

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

@@ -127,6 +127,7 @@ p .answer-body:first-child{
     bottom: 0px;
     background-color: #ccc;
     z-index: 3;
+    border-radius:5px;
 }
 .TableContainer td{
     min-width:205px !important;

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

@@ -301,7 +301,6 @@ var AdjustTableFunc = function (sWidthVal) {
                                 AWidthVal += ArrMaxLen[AIndex];
                                 AIndex += 1;
                             }
-                            //AWidthVal += 100;  // 不规则加上100防止错乱
                             TableWidth += AWidthVal;
                             $(item).find("tr").eq(0).find("td").eq(j).css("width", AWidthVal + "px");
                         }
@@ -2277,6 +2276,7 @@ function adjustFontSize(FontSize) {
         $(this).find("span").css("font-size", TFontSize + "px");
     });
     $(".LDFTimerS").css("line-height", TFontSize + "px");
+    $("p").css("line-height", (TFontSize + 6) + "px");
 }
 // 音频进度条按下回调
 function mobileTSFunc(ID) {