Browse Source

修改bug21985

namejr 4 years ago
parent
commit
3183f54cf3
1 changed files with 4 additions and 1 deletions
  1. 4 1
      EBook.Web/Common/tasklib_book.css

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

@@ -90,7 +90,7 @@ p .answer-body:first-child{
     line-height: 5px;
     position: relative;
     left: 0px;
-    bottom: 0px;
+    bottom: -1px;
     background-color: #eee;
     z-index: 2;
     overflow:hidden;
@@ -106,4 +106,7 @@ p .answer-body:first-child{
 }
 .TableContainer td{
     min-width:135px !important;
+}
+td p{
+    line-height: 25px !important;
 }