linkmore-design 1.1.13-alpha.3 → 1.1.13-alpha.4

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.
Files changed (39) hide show
  1. package/dist/Descriptions/index.d.ts +1 -1
  2. package/dist/QuickMenu/demos/useInDraw.d.ts +2 -0
  3. package/dist/QuickMenu/index.d.ts +1 -0
  4. package/dist/index.umd.js +60 -28
  5. package/dist/index.umd.min.js +4 -4
  6. package/dist/variables.css +9 -0
  7. package/es/Cascader/index.js +16 -2
  8. package/es/Descriptions/index.d.ts +1 -1
  9. package/es/Descriptions/index.js +3 -3
  10. package/es/Descriptions/style/index.css +3 -0
  11. package/es/Descriptions/style/variables.css +3 -0
  12. package/es/InputNumber/index.js +11 -4
  13. package/es/InputNumber/style/index.css +3 -0
  14. package/es/InputNumber/style/variables.css +3 -0
  15. package/es/LmEditTable/EditTable.js +3 -3
  16. package/es/LmEditTable/util.js +1 -1
  17. package/es/QuickMenu/index.d.ts +1 -0
  18. package/es/QuickMenu/index.js +12 -8
  19. package/es/TreeSelect/index.js +16 -2
  20. package/es/TreeSelect/style/index.css +3 -0
  21. package/es/TreeSelect/style/variables.css +3 -0
  22. package/es/styles/variables.css +9 -0
  23. package/lib/Cascader/index.js +20 -2
  24. package/lib/Descriptions/index.d.ts +1 -1
  25. package/lib/Descriptions/index.js +3 -3
  26. package/lib/Descriptions/style/index.css +3 -0
  27. package/lib/Descriptions/style/variables.css +3 -0
  28. package/lib/InputNumber/index.js +13 -4
  29. package/lib/InputNumber/style/index.css +3 -0
  30. package/lib/InputNumber/style/variables.css +3 -0
  31. package/lib/LmEditTable/EditTable.js +3 -3
  32. package/lib/LmEditTable/util.js +1 -1
  33. package/lib/QuickMenu/index.d.ts +1 -0
  34. package/lib/QuickMenu/index.js +11 -7
  35. package/lib/TreeSelect/index.js +20 -2
  36. package/lib/TreeSelect/style/index.css +3 -0
  37. package/lib/TreeSelect/style/variables.css +3 -0
  38. package/lib/styles/variables.css +9 -0
  39. package/package.json +1 -1
@@ -0,0 +1,3 @@
1
+ .lm_tree_select .ant-select-selection-placeholder {
2
+ font-size: 12px;
3
+ }
@@ -2241,6 +2241,9 @@ p {
2241
2241
  padding-right: 24px;
2242
2242
  padding-bottom: 8px;
2243
2243
  }
2244
+ .lm_descriptions .ant-descriptions-item:last-child {
2245
+ padding-right: 0;
2246
+ }
2244
2247
  .lm_descriptions .ant-descriptions-item .ant-descriptions-item-container {
2245
2248
  color: var(--color-85);
2246
2249
  font-size: 12px;
@@ -9540,6 +9543,9 @@ p {
9540
9543
  .lm_input-number.ant-input-number-status-warning {
9541
9544
  border-color: var(--warning-color) !important;
9542
9545
  }
9546
+ .lm_input-number .ant-input-number-input::placeholder {
9547
+ font-size: 12px;
9548
+ }
9543
9549
  .lm_grid_tree {
9544
9550
  position: relative;
9545
9551
  font-size: 12px;
@@ -12603,6 +12609,9 @@ button.ant-table-row-expand-icon::after {
12603
12609
  .lm_tree .ant-tree-node-selected > .ant-tree-title {
12604
12610
  color: var(--primary-color);
12605
12611
  }
12612
+ .lm_tree_select .ant-select-selection-placeholder {
12613
+ font-size: 12px;
12614
+ }
12606
12615
  .ant-upload-select-picture-card div {
12607
12616
  margin-top: 8px;
12608
12617
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "linkmore-design",
3
- "version": "1.1.13-alpha.3",
3
+ "version": "1.1.13-alpha.4",
4
4
  "author": {
5
5
  "name": "nowthen",
6
6
  "email": "rnlvwyx@gmail.com"