@douyinfe/semi-ui 2.39.3 → 2.40.0-beta.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
@@ -11409,6 +11409,8 @@ body {
11409
11409
  .semi-image-preview-footer {
11410
11410
  display: flex;
11411
11411
  align-items: center;
11412
+ }
11413
+ .semi-image-preview-footer-content {
11412
11414
  padding: 0 16px;
11413
11415
  background: rgba(0, 0, 0, 0.75);
11414
11416
  border-radius: 6px;
@@ -14536,6 +14538,7 @@ img[src=""], img:not([src]) {
14536
14538
  .semi-radio-content {
14537
14539
  display: flex;
14538
14540
  flex-direction: column;
14541
+ row-gap: 4px;
14539
14542
  }
14540
14543
  .semi-radio:hover .semi-radio-inner-display {
14541
14544
  background: var(--semi-color-fill-0);