瀏覽代碼

上传滚动条高度修改

namejr 4 年之前
父節點
當前提交
34a15a25ab
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      EBook.Web/Common/tasklib_book.css

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

@@ -120,14 +120,14 @@ p .answer-body:first-child{
     margin-bottom:15px;
 }
 .CSBar{
-    height: 5px;
-    line-height: 5px;
+    height: 3px;
+    line-height: 3px;
     position: relative;
     left: 0px;
     bottom: 0px;
     background-color: #ccc;
     z-index: 3;
-    border-radius:5px;
+    border-radius:3px;
 }
 .TableContainer td{
     min-width:205px !important;