Browse Source

合并分支

lujianhong 4 years ago
parent
commit
95fd8b9739
2 changed files with 3 additions and 3 deletions
  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:135px !important;
+    min-width:205px !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 < 135) {
-                    tdWidthVal = 135;
+                if (tdWidthVal < 205) {
+                    tdWidthVal = 205;
                 }
                 if (ArrMaxLen.length < tdIndex + 1) {
                     if (trIndex != 0) {