@douyinfe/semi-ui 2.21.1 → 2.21.2
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.
- package/dist/css/semi.css +8 -0
- package/dist/css/semi.min.css +1 -1
- package/package.json +7 -7
package/dist/css/semi.css
CHANGED
|
@@ -17925,6 +17925,14 @@ img[src=""], img:not([src]) {
|
|
|
17925
17925
|
.semi-timepicker-panel .semi-scrolllist-body {
|
|
17926
17926
|
height: 252px;
|
|
17927
17927
|
}
|
|
17928
|
+
.semi-timepicker-panel .semi-scrolllist-body .semi-scrolllist-item-wheel .semi-scrolllist-list-outer-nocycle > ul:before,
|
|
17929
|
+
.semi-timepicker-panel .semi-scrolllist-body .semi-scrolllist-item > ul:before {
|
|
17930
|
+
height: 108px;
|
|
17931
|
+
}
|
|
17932
|
+
.semi-timepicker-panel .semi-scrolllist-body .semi-scrolllist-item > ul,
|
|
17933
|
+
.semi-timepicker-panel .semi-scrolllist-body .semi-scrolllist-item-wheel .semi-scrolllist-list-outer > ul {
|
|
17934
|
+
padding-bottom: 108px;
|
|
17935
|
+
}
|
|
17928
17936
|
.semi-timepicker-panel .semi-scrolllist-item,
|
|
17929
17937
|
.semi-timepicker-panel .semi-scrolllist-item-wheel {
|
|
17930
17938
|
flex: none;
|