Browse Source

增加表格头部间距

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

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

@@ -81,7 +81,7 @@ p .answer-body:first-child{
     height: auto;
     overflow-x:auto !important;
     overflow-y:hidden !important;
-    margin:10px 0px;
+    margin: 15px 0px 0px 0px;
 }
 .TableContainer::-webkit-scrollbar{
     display:none;