|
@@ -994,15 +994,15 @@ const showSearchStyle = (name) => {
|
|
|
overflow: auto;
|
|
|
box-shadow: 2px 0px 0px #eee;
|
|
|
&::-webkit-scrollbar {
|
|
|
- width: 0px !important;
|
|
|
- height: 0px !important;
|
|
|
- }
|
|
|
- &:hover {
|
|
|
- &::-webkit-scrollbar {
|
|
|
- width: 5px !important;
|
|
|
- height: 5px !important;
|
|
|
- }
|
|
|
+ width: 5px !important;
|
|
|
+ height: 5px !important;
|
|
|
}
|
|
|
+ // &:hover {
|
|
|
+ // &::-webkit-scrollbar {
|
|
|
+ // width: 5px !important;
|
|
|
+ // height: 5px !important;
|
|
|
+ // }
|
|
|
+ // }
|
|
|
.layout-box {
|
|
|
// 瀑布流布局 分四列
|
|
|
-moz-column-count: 4;
|