diff --git a/admin/css/pearCommon.css b/admin/css/pearCommon.css index 9277598..d2d0c87 100644 --- a/admin/css/pearCommon.css +++ b/admin/css/pearCommon.css @@ -107,10 +107,64 @@ body::-webkit-scrollbar-corner { background: #f6f6f6; } +.mainBox::-webkit-scrollbar { + width: 0px; + height: 0px; +} + +.mainBox::-webkit-scrollbar { + width: 6px; + height: 6px; +} + +.mainBox::-webkit-scrollbar-track { + background: white; + border-radius: 2px; +} + +.mainBox::-webkit-scrollbar-thumb { + background: #E6E6E6; + border-radius: 2px; +} + +.mainBox::-webkit-scrollbar-thumb:hover { + background: #E6E6E6; +} +.mainBox::-webkit-scrollbar-corner { + background: #f6f6f6; +} + .pear-btn i{ font-size: 13px; } +.layui-table-body::-webkit-scrollbar { + width: 0px; + height: 0px; +} + +.layui-table-body::-webkit-scrollbar { + width: 6px; + height: 6px; +} +.layui-table-body::-webkit-scrollbar-track { + background: white; + border-radius: 2px; +} + +.layui-table-body::-webkit-scrollbar-thumb { + background: #E6E6E6; + border-radius: 2px; +} + +.layui-table-body::-webkit-scrollbar-thumb:hover { + background: #E6E6E6; +} + +.layui-table-body::-webkit-scrollbar-corner { + background: #f6f6f6; +} + .pear-btn { display: inline-block; @@ -243,29 +297,7 @@ body::-webkit-scrollbar-corner { font-size: 16px; } -/** 滚动条样式 */ -body::-webkit-scrollbar { - width: 4px; - height: 4px; -} -body::-webkit-scrollbar-track { - background: white; - border-radius: 2px; -} - -body::-webkit-scrollbar-thumb { - background: #E6E6E6; - border-radius: 2px; -} - -body::-webkit-scrollbar-thumb:hover { - background: #E6E6E6; -} - -body::-webkit-scrollbar-corner { - background: #f6f6f6; -} .mainBox { diff --git a/admin/css/pearTable.css b/admin/css/pearTable.css index e0bb3d1..e5147dd 100644 --- a/admin/css/pearTable.css +++ b/admin/css/pearTable.css @@ -58,3 +58,32 @@ border-radius: 2px; color: dimgray; } + + + +.layui-table-body::-webkit-scrollbar { + width: 0px; + height: 0px; +} + +.layui-table-body::-webkit-scrollbar { + width: 6px; + height: 6px; +} +.layui-table-body::-webkit-scrollbar-track { + background: white; + border-radius: 2px; +} + +.layui-table-body::-webkit-scrollbar-thumb { + background: #E6E6E6; + border-radius: 2px; +} + +.layui-table-body::-webkit-scrollbar-thumb:hover { + background: #E6E6E6; +} + +.layui-table-body::-webkit-scrollbar-corner { + background: #f6f6f6; +} \ No newline at end of file diff --git a/index.html b/index.html index 6df4874..f4628b4 100644 --- a/index.html +++ b/index.html @@ -3,6 +3,7 @@
+ diff --git a/view/console/console1.html b/view/console/console1.html index c67a582..c525ed1 100644 --- a/view/console/console1.html +++ b/view/console/console1.html @@ -7,7 +7,7 @@ - +