浏览代码

增加宽度

namejr 4 年之前
父节点
当前提交
328aebd623
共有 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

@@ -102,7 +102,7 @@ p .answer-body:first-child{
     z-index: 3;
 }
 .TableContainer td{
-    min-width:150px !important;
+    min-width:165px !important;
 }
 td p{
     line-height: 25px !important;

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

@@ -177,8 +177,8 @@ var AdjustTableFunc = function () {
                 if (!RemoveHtmlArr.ImgFlag && (tdWidthVal > ScreenWidth)) {
                     tdWidthVal = ScreenWidth;
                 }
-                if (tdWidthVal < 150) {
-                    tdWidthVal = 150;
+                if (tdWidthVal < 165) {
+                    tdWidthVal = 165;
                 }
                 if (ArrMaxLen.length < tdIndex + 1) {
                     if (trIndex != 0) {