@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 CHANGED
@@ -18910,7 +18910,7 @@ textarea.ant-mentions {
18910
18910
  }
18911
18911
  .ant-mentions-dropdown {
18912
18912
  position: relative;
18913
- top: 100%;
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: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
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
- top: 100%;
23024
+ position: relative;
23025
+ top: 0;
23025
23026
  left: 0;
23026
23027
  display: block;
23027
23028
  width: 100%;
@@ -29399,6 +29400,11 @@ div.ant-typography-edit-content.ant-typography-rtl {
29399
29400
  .ant-cascader-dropdown {
29400
29401
  padding: 0;
29401
29402
  }
29403
+ .ant-cascader-dropdown.ant-select-dropdown {
29404
+ position: relative;
29405
+ top: 0;
29406
+ left: 0;
29407
+ }
29402
29408
  .ant-cascader-menus {
29403
29409
  position: relative;
29404
29410
  margin-top: 2px;
@@ -30436,7 +30442,7 @@ nz-tree {
30436
30442
  }
30437
30443
  .ant-select-dropdown.ant-select-tree-dropdown {
30438
30444
  position: relative;
30439
- top: 100%;
30445
+ top: 0;
30440
30446
  left: 0;
30441
30447
  width: 100%;
30442
30448
  margin-top: 4px;