@douyinfe/semi-ui 2.22.0-beta.2 → 2.22.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.
package/dist/css/semi.css CHANGED
@@ -3911,6 +3911,15 @@ body {
3911
3911
  width: 0;
3912
3912
  height: 0;
3913
3913
  }
3914
+ .semi-datepicker .semi-scrolllist-body .semi-scrolllist-list-outer {
3915
+ -ms-overflow-style: none; /* Internet Explorer 10+ */
3916
+ scrollbar-width: none; /* Firefox */
3917
+ }
3918
+ .semi-datepicker .semi-scrolllist-body .semi-scrolllist-list-outer::-webkit-scrollbar {
3919
+ display: none;
3920
+ width: 0;
3921
+ height: 0;
3922
+ }
3914
3923
  .semi-datepicker-month-grid {
3915
3924
  user-select: none;
3916
3925
  display: flex;
@@ -4012,6 +4021,9 @@ body {
4012
4021
  .semi-datepicker-panel-yam .semi-scrolllist-list-outer > ul > li {
4013
4022
  min-width: 64px;
4014
4023
  }
4024
+ .semi-datepicker-panel-yam .semi-scrolllist-item > ul > li {
4025
+ min-width: 82px;
4026
+ }
4015
4027
  .semi-datepicker-panel-yam .semi-scrolllist-body {
4016
4028
  padding: 0;
4017
4029
  overflow: hidden;
@@ -4019,6 +4031,9 @@ body {
4019
4031
  .semi-datepicker-panel-yam .semi-scrolllist-body .semi-scrolllist-item-wheel {
4020
4032
  border: none;
4021
4033
  }
4034
+ .semi-datepicker-panel-yam .semi-scrolllist-body .semi-scrolllist-item {
4035
+ border: none;
4036
+ }
4022
4037
  .semi-datepicker-footer {
4023
4038
  padding-top: 10px;
4024
4039
  padding-right: 8px;