Przeglądaj źródła

上传滚动条高度修改

namejr 4 lat temu
rodzic
commit
34a15a25ab
1 zmienionych plików z 3 dodań i 3 usunięć
  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;