@delon/theme 19.0.1 → 19.1.0
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 +3 -0
- package/compact.min.css +1 -1
- package/dark.css +3 -0
- package/dark.min.css +1 -1
- package/default.css +3 -0
- package/default.min.css +1 -1
- package/fesm2022/layout-default.mjs +4 -12
- package/fesm2022/layout-default.mjs.map +1 -1
- package/fesm2022/setting-drawer.mjs.map +1 -1
- package/fesm2022/theme.mjs +4 -3
- package/fesm2022/theme.mjs.map +1 -1
- package/package.json +5 -5
- package/setting-drawer/setting-drawer.types.d.ts +1 -3
- package/src/locale/locale.types.d.ts +1 -3
- package/src/services/http/http.client.d.ts +1 -3
- package/src/services/http/http.decorator.d.ts +1 -3
- package/src/services/menu/interface.d.ts +2 -0
- package/variable.css +3 -0
- package/variable.min.css +1 -1
package/default.css
CHANGED
|
@@ -35650,6 +35650,9 @@ ellipsis {
|
|
|
35650
35650
|
font-weight: normal;
|
|
35651
35651
|
color: rgba(0, 0, 0, 0.45);
|
|
35652
35652
|
}
|
|
35653
|
+
.notice-icon__item-extra .ant-tag {
|
|
35654
|
+
margin-right: 0;
|
|
35655
|
+
}
|
|
35653
35656
|
.page-header {
|
|
35654
35657
|
display: block;
|
|
35655
35658
|
padding: 24px;
|