@delon/theme 21.1.0 → 21.2.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 +10 -4
- package/compact.min.css +1 -1
- package/dark.css +10 -4
- package/dark.min.css +1 -1
- package/default.css +10 -4
- package/default.min.css +1 -1
- package/fesm2022/layout-default.mjs +25 -25
- package/fesm2022/layout-default.mjs.map +1 -1
- package/fesm2022/setting-drawer.mjs +10 -10
- package/fesm2022/setting-drawer.mjs.map +1 -1
- package/fesm2022/theme-btn.mjs +7 -7
- package/fesm2022/theme-btn.mjs.map +1 -1
- package/fesm2022/theme.mjs +66 -66
- package/fesm2022/theme.mjs.map +1 -1
- package/package.json +8 -7
- package/variable.css +10 -4
- package/variable.min.css +1 -1
package/default.css
CHANGED
|
@@ -18910,7 +18910,7 @@ textarea.ant-mentions {
|
|
|
18910
18910
|
}
|
|
18911
18911
|
.ant-mentions-dropdown {
|
|
18912
18912
|
position: relative;
|
|
18913
|
-
top:
|
|
18913
|
+
top: 0;
|
|
18914
18914
|
left: 12px;
|
|
18915
18915
|
width: 100%;
|
|
18916
18916
|
margin-top: 8px;
|
|
@@ -22501,7 +22501,7 @@ span.ant-radio + * {
|
|
|
22501
22501
|
background-color: #fff;
|
|
22502
22502
|
border: 1px solid #d9d9d9;
|
|
22503
22503
|
border-radius: 2px;
|
|
22504
|
-
transition:
|
|
22504
|
+
transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
22505
22505
|
}
|
|
22506
22506
|
.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
|
|
22507
22507
|
cursor: pointer;
|
|
@@ -23021,7 +23021,8 @@ span.ant-radio + * {
|
|
|
23021
23021
|
direction: rtl;
|
|
23022
23022
|
}
|
|
23023
23023
|
.ant-select-dropdown {
|
|
23024
|
-
|
|
23024
|
+
position: relative;
|
|
23025
|
+
top: 0;
|
|
23025
23026
|
left: 0;
|
|
23026
23027
|
display: block;
|
|
23027
23028
|
width: 100%;
|
|
@@ -29400,6 +29401,11 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
29400
29401
|
.ant-cascader-dropdown {
|
|
29401
29402
|
padding: 0;
|
|
29402
29403
|
}
|
|
29404
|
+
.ant-cascader-dropdown.ant-select-dropdown {
|
|
29405
|
+
position: relative;
|
|
29406
|
+
top: 0;
|
|
29407
|
+
left: 0;
|
|
29408
|
+
}
|
|
29403
29409
|
.ant-cascader-menus {
|
|
29404
29410
|
position: relative;
|
|
29405
29411
|
margin-top: 2px;
|
|
@@ -30437,7 +30443,7 @@ nz-tree {
|
|
|
30437
30443
|
}
|
|
30438
30444
|
.ant-select-dropdown.ant-select-tree-dropdown {
|
|
30439
30445
|
position: relative;
|
|
30440
|
-
top:
|
|
30446
|
+
top: 0;
|
|
30441
30447
|
left: 0;
|
|
30442
30448
|
width: 100%;
|
|
30443
30449
|
margin-top: 4px;
|