@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/default.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%;
@@ -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: 100%;
30446
+ top: 0;
30441
30447
  left: 0;
30442
30448
  width: 100%;
30443
30449
  margin-top: 4px;