|
|
@@ -20,6 +20,17 @@ $module-list: #{$prefix}-scrolllist;
|
|
|
height: 0;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+ .#{$module-list}-list-outer {
|
|
|
+ -ms-overflow-style: none; /* Internet Explorer 10+ */
|
|
|
+ scrollbar-width: none; /* Firefox */
|
|
|
+
|
|
|
+ &::-webkit-scrollbar {
|
|
|
+ display: none;
|
|
|
+ width: 0;
|
|
|
+ height: 0;
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
// 双月网格
|
|
|
@@ -174,6 +185,13 @@ $module-list: #{$prefix}-scrolllist;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ &-item {
|
|
|
+ & > ul > li {
|
|
|
+ // add paddingRight to make the same width under wheel and normal mode
|
|
|
+ min-width: $width-datepicker_panel_yam_scrolllist_li_min + $spacing-scrollList_item_wheel_list_outer-paddingRight;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
&-body {
|
|
|
padding: 0;
|
|
|
overflow: hidden;
|
|
|
@@ -181,6 +199,10 @@ $module-list: #{$prefix}-scrolllist;
|
|
|
.#{$prefix}-scrolllist-item-wheel {
|
|
|
border: none;
|
|
|
}
|
|
|
+
|
|
|
+ .#{$prefix}-scrolllist-item {
|
|
|
+ border: none;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
}
|