@douyinfe/semi-ui 2.23.0-beta.0 → 2.23.0-beta.1

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
@@ -3381,6 +3381,18 @@ body {
3381
3381
  .semi-cascader-option-lists .semi-cascader-option-icon-active, .semi-cascader-option-lists .semi-cascader-option-icon-empty {
3382
3382
  margin-right: 8px;
3383
3383
  }
3384
+ .semi-cascader-option-lists .semi-cascader-option-icon-left {
3385
+ margin-left: 8px;
3386
+ }
3387
+ .semi-cascader-option-lists .semi-cascader-option-spin-icon {
3388
+ width: 16px;
3389
+ height: 16px;
3390
+ line-height: 0;
3391
+ }
3392
+ .semi-cascader-option-lists .semi-cascader-option-spin-icon svg {
3393
+ width: 16px;
3394
+ height: 16px;
3395
+ }
3384
3396
  .semi-cascader-option-lists .semi-cascader-option-label {
3385
3397
  display: flex;
3386
3398
  align-items: center;