@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 +6 -0
- package/compact.min.css +1 -1
- package/dark.css +6 -0
- package/dark.min.css +1 -1
- package/default.css +6 -0
- package/default.min.css +1 -1
- package/fesm2022/layout-default.mjs +25 -25
- package/fesm2022/setting-drawer.mjs +10 -10
- package/fesm2022/theme-btn.mjs +7 -7
- package/fesm2022/theme.mjs +66 -66
- package/fesm2022/theme.mjs.map +1 -1
- package/package.json +6 -6
- package/types/theme.d.ts +3 -3
- package/variable.css +6 -0
- package/variable.min.css +1 -1
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
|
}
|