tntd 2.8.49 → 2.8.51

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.
@@ -975,10 +975,10 @@
975
975
  .tntd-rc-select-single:not(.tntd-rc-select-customize-input)
976
976
  .tntd-rc-select-selector
977
977
  .tntd-rc-select-selection-search-input {
978
- height: calc(@input-height-base - 2px);
978
+ height: calc(@input-height-base - 4px);
979
979
  }
980
980
  .tntd-rc-select-single:not(.tntd-rc-select-customize-input) .tntd-rc-select-selector::after {
981
- line-height: calc(@input-height-base - 2px);
981
+ line-height: calc(@input-height-base - 4px);
982
982
  }
983
983
  .tntd-rc-select-single.tntd-rc-select-customize-input .tntd-rc-select-selector::after {
984
984
  display: none;
@@ -1091,7 +1091,7 @@
1091
1091
  display: flex;
1092
1092
  flex-wrap: wrap;
1093
1093
  align-items: center;
1094
- padding: 1px 4px;
1094
+ padding: 0 4px;
1095
1095
  }
1096
1096
  .tntd-rc-select-show-search.tntd-rc-select-multiple .tntd-rc-select-selector {
1097
1097
  cursor: text;
@@ -1103,7 +1103,7 @@
1103
1103
  .tntd-rc-select-multiple .tntd-rc-select-selector::after {
1104
1104
  display: inline-block;
1105
1105
  width: 0;
1106
- margin: 2px 0;
1106
+ margin: 1px 0;
1107
1107
  line-height: 24px;
1108
1108
  visibility: hidden;
1109
1109
  content: '\a0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tntd",
3
- "version": "2.8.49",
3
+ "version": "2.8.51",
4
4
  "license": "MIT",
5
5
  "scripts": {
6
6
  "start": "heft start --storybook",