Browse Source

滚动条样式调整

RuoYi 5 years ago
parent
commit
5f05734e46

File diff suppressed because it is too large
+ 0 - 0
ruoyi-admin/src/main/resources/static/ajax/libs/layer/theme/default/layer.css


+ 0 - 36
ruoyi-admin/src/main/resources/static/css/style.css

@@ -6858,42 +6858,6 @@ body.rtls .top-navigation .footer.fixed, body.rtls.top-navigation .footer.fixed
     transition: all .3s ease-out 0s;
 }
 
-::-webkit-scrollbar-track {
-    background-color: #F5F5F5;
-}
-
-::-webkit-scrollbar {
-    width: 6px;
-    background-color: #F5F5F5;
-}
-
-::-webkit-scrollbar-thumb {
-    background-color: #999;
-}
-/*GO HOME*/
-.gohome {
-    position: fixed;
-    top: 20px;
-    right: 20px;
-    z-index: 100;
-}
-
-.gohome a {
-    height: 38px;
-    width: 38px;
-    display: block;
-    background: #2f4050;
-    padding: 9px 8px;
-    text-align: center;
-    color: #fff;
-    border-radius: 50%;
-    opacity: .5;
-}
-
-.gohome a:hover {
-    opacity: 1;
-}
-
 @media only screen and (-webkit-min-device-pixel-ratio : 2) {
     #content-main {
         -webkit-overflow-scrolling: touch;

+ 16 - 0
ruoyi-admin/src/main/resources/static/ruoyi/css/ry-ui.css

@@ -968,4 +968,20 @@ label {
 .fixed-table-container .selected {
     background-color: #E8F7FD;
     color: #1890ff;
+}
+
+/** 滚动条样式 **/
+::-webkit-scrollbar-track {
+    background-color: #F5F5F5;
+}
+
+::-webkit-scrollbar {
+    width: 6px;
+    height: 10px;
+    background-color: #F5F5F5;
+}
+
+::-webkit-scrollbar-thumb {
+	border-radius: 6px;
+	background-color: #999;
 }

Some files were not shown because too many files changed in this diff