소스 검색

增加表格头部间距

namejr 4 년 전
부모
커밋
2701cb64b6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;