@douyinfe/semi-foundation 2.28.0-beta.1 → 2.28.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -11,6 +11,17 @@
|
|
|
11
11
|
.semi-timepicker-panel .semi-scrolllist-body .semi-scrolllist-item > ul:before {
|
|
12
12
|
height: 108px;
|
|
13
13
|
}
|
|
14
|
+
.semi-timepicker-panel .semi-scrolllist-body .semi-scrolllist-item,
|
|
15
|
+
.semi-timepicker-panel .semi-scrolllist-body .semi-scrolllist-item-wheel .semi-scrolllist-list-outer {
|
|
16
|
+
-ms-overflow-style: none; /* Internet Explorer 10+ */
|
|
17
|
+
scrollbar-width: none; /* Firefox */
|
|
18
|
+
}
|
|
19
|
+
.semi-timepicker-panel .semi-scrolllist-body .semi-scrolllist-item::-webkit-scrollbar,
|
|
20
|
+
.semi-timepicker-panel .semi-scrolllist-body .semi-scrolllist-item-wheel .semi-scrolllist-list-outer::-webkit-scrollbar {
|
|
21
|
+
display: none;
|
|
22
|
+
width: 0;
|
|
23
|
+
height: 0;
|
|
24
|
+
}
|
|
14
25
|
.semi-timepicker-panel .semi-scrolllist-body .semi-scrolllist-item > ul,
|
|
15
26
|
.semi-timepicker-panel .semi-scrolllist-body .semi-scrolllist-item-wheel .semi-scrolllist-list-outer > ul {
|
|
16
27
|
padding-bottom: 108px;
|
|
@@ -20,6 +20,15 @@ $module-list: #{$prefix}-scrolllist;
|
|
|
20
20
|
|
|
21
21
|
.#{$module-list}-item,
|
|
22
22
|
.#{$module-list}-item-wheel .#{$module-list}-list-outer {
|
|
23
|
+
-ms-overflow-style: none; /* Internet Explorer 10+ */
|
|
24
|
+
scrollbar-width: none; /* Firefox */
|
|
25
|
+
|
|
26
|
+
&::-webkit-scrollbar {
|
|
27
|
+
display: none;
|
|
28
|
+
width: 0;
|
|
29
|
+
height: 0;
|
|
30
|
+
}
|
|
31
|
+
|
|
23
32
|
& > ul {
|
|
24
33
|
padding-bottom: ($height-timePicker_panel_body - $height-scrollList_item) * 0.5;
|
|
25
34
|
}
|
|
@@ -28,7 +37,7 @@ $module-list: #{$prefix}-scrolllist;
|
|
|
28
37
|
.#{$module-list}-item {
|
|
29
38
|
-ms-overflow-style: none; /* Internet Explorer 10+ */
|
|
30
39
|
scrollbar-width: none; /* Firefox */
|
|
31
|
-
|
|
40
|
+
|
|
32
41
|
&::-webkit-scrollbar {
|
|
33
42
|
display: none;
|
|
34
43
|
width: 0;
|
|
@@ -11,6 +11,17 @@
|
|
|
11
11
|
.semi-timepicker-panel .semi-scrolllist-body .semi-scrolllist-item > ul:before {
|
|
12
12
|
height: 108px;
|
|
13
13
|
}
|
|
14
|
+
.semi-timepicker-panel .semi-scrolllist-body .semi-scrolllist-item,
|
|
15
|
+
.semi-timepicker-panel .semi-scrolllist-body .semi-scrolllist-item-wheel .semi-scrolllist-list-outer {
|
|
16
|
+
-ms-overflow-style: none; /* Internet Explorer 10+ */
|
|
17
|
+
scrollbar-width: none; /* Firefox */
|
|
18
|
+
}
|
|
19
|
+
.semi-timepicker-panel .semi-scrolllist-body .semi-scrolllist-item::-webkit-scrollbar,
|
|
20
|
+
.semi-timepicker-panel .semi-scrolllist-body .semi-scrolllist-item-wheel .semi-scrolllist-list-outer::-webkit-scrollbar {
|
|
21
|
+
display: none;
|
|
22
|
+
width: 0;
|
|
23
|
+
height: 0;
|
|
24
|
+
}
|
|
14
25
|
.semi-timepicker-panel .semi-scrolllist-body .semi-scrolllist-item > ul,
|
|
15
26
|
.semi-timepicker-panel .semi-scrolllist-body .semi-scrolllist-item-wheel .semi-scrolllist-list-outer > ul {
|
|
16
27
|
padding-bottom: 108px;
|
|
@@ -20,6 +20,15 @@ $module-list: #{$prefix}-scrolllist;
|
|
|
20
20
|
|
|
21
21
|
.#{$module-list}-item,
|
|
22
22
|
.#{$module-list}-item-wheel .#{$module-list}-list-outer {
|
|
23
|
+
-ms-overflow-style: none; /* Internet Explorer 10+ */
|
|
24
|
+
scrollbar-width: none; /* Firefox */
|
|
25
|
+
|
|
26
|
+
&::-webkit-scrollbar {
|
|
27
|
+
display: none;
|
|
28
|
+
width: 0;
|
|
29
|
+
height: 0;
|
|
30
|
+
}
|
|
31
|
+
|
|
23
32
|
& > ul {
|
|
24
33
|
padding-bottom: ($height-timePicker_panel_body - $height-scrollList_item) * 0.5;
|
|
25
34
|
}
|
|
@@ -28,7 +37,7 @@ $module-list: #{$prefix}-scrolllist;
|
|
|
28
37
|
.#{$module-list}-item {
|
|
29
38
|
-ms-overflow-style: none; /* Internet Explorer 10+ */
|
|
30
39
|
scrollbar-width: none; /* Firefox */
|
|
31
|
-
|
|
40
|
+
|
|
32
41
|
&::-webkit-scrollbar {
|
|
33
42
|
display: none;
|
|
34
43
|
width: 0;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@douyinfe/semi-foundation",
|
|
3
|
-
"version": "2.28.0
|
|
3
|
+
"version": "2.28.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build:lib": "node ./scripts/compileLib.js",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"*.scss",
|
|
24
24
|
"*.css"
|
|
25
25
|
],
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "4465cecb0aa8f51f0c559eb829eeec8b567e1876",
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@babel/plugin-transform-runtime": "^7.15.8",
|
|
29
29
|
"@babel/preset-env": "^7.15.8",
|
|
@@ -20,6 +20,15 @@ $module-list: #{$prefix}-scrolllist;
|
|
|
20
20
|
|
|
21
21
|
.#{$module-list}-item,
|
|
22
22
|
.#{$module-list}-item-wheel .#{$module-list}-list-outer {
|
|
23
|
+
-ms-overflow-style: none; /* Internet Explorer 10+ */
|
|
24
|
+
scrollbar-width: none; /* Firefox */
|
|
25
|
+
|
|
26
|
+
&::-webkit-scrollbar {
|
|
27
|
+
display: none;
|
|
28
|
+
width: 0;
|
|
29
|
+
height: 0;
|
|
30
|
+
}
|
|
31
|
+
|
|
23
32
|
& > ul {
|
|
24
33
|
padding-bottom: ($height-timePicker_panel_body - $height-scrollList_item) * 0.5;
|
|
25
34
|
}
|
|
@@ -28,7 +37,7 @@ $module-list: #{$prefix}-scrolllist;
|
|
|
28
37
|
.#{$module-list}-item {
|
|
29
38
|
-ms-overflow-style: none; /* Internet Explorer 10+ */
|
|
30
39
|
scrollbar-width: none; /* Firefox */
|
|
31
|
-
|
|
40
|
+
|
|
32
41
|
&::-webkit-scrollbar {
|
|
33
42
|
display: none;
|
|
34
43
|
width: 0;
|