@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/default.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;
@@ -37016,6 +37020,7 @@ body {
37016
37020
  margin-left: 2px;
37017
37021
  }
37018
37022
  .sv__detail {
37023
+ overflow: hidden;
37019
37024
  /** contents 对 ie, edge 不支持,但对于子组件的支持会更友好 */
37020
37025
  display: table-cell;
37021
37026
  width: 100%;
@@ -37187,6 +37192,7 @@ body {
37187
37192
  margin-left: 2px;
37188
37193
  }
37189
37194
  .se__control {
37195
+ overflow: hidden;
37190
37196
  flex: 1 0 0;
37191
37197
  width: 100%;
37192
37198
  }