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