@delon/theme 21.0.2 → 21.0.4

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/dark.css CHANGED
@@ -1168,6 +1168,10 @@ html {
1168
1168
  .nz-animate-disabled.ant-popover {
1169
1169
  animation: none;
1170
1170
  }
1171
+ .nz-animate-disabled.ant-menu-submenu {
1172
+ transition: none;
1173
+ animation: none;
1174
+ }
1171
1175
  .ant-tooltip.ant-zoom-big-fast-enter .ant-tooltip-arrow,
1172
1176
  .ant-tooltip.ant-zoom-big-fast-leave .ant-tooltip-arrow {
1173
1177
  will-change: transform;
@@ -37579,6 +37583,7 @@ body {
37579
37583
  margin-left: 2px;
37580
37584
  }
37581
37585
  .sv__detail {
37586
+ overflow: hidden;
37582
37587
  /** contents 对 ie, edge 不支持,但对于子组件的支持会更友好 */
37583
37588
  display: table-cell;
37584
37589
  width: 100%;
@@ -37750,6 +37755,7 @@ body {
37750
37755
  margin-left: 2px;
37751
37756
  }
37752
37757
  .se__control {
37758
+ overflow: hidden;
37753
37759
  flex: 1 0 0;
37754
37760
  width: 100%;
37755
37761
  }