@delon/theme 21.0.3 → 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/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
|
}
|