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.
- package/dist/Descriptions/index.d.ts +1 -1
- package/dist/QuickMenu/demos/useInDraw.d.ts +2 -0
- package/dist/QuickMenu/index.d.ts +1 -0
- package/dist/index.umd.js +60 -28
- package/dist/index.umd.min.js +4 -4
- package/dist/variables.css +9 -0
- package/es/Cascader/index.js +16 -2
- package/es/Descriptions/index.d.ts +1 -1
- package/es/Descriptions/index.js +3 -3
- package/es/Descriptions/style/index.css +3 -0
- package/es/Descriptions/style/variables.css +3 -0
- package/es/InputNumber/index.js +11 -4
- package/es/InputNumber/style/index.css +3 -0
- package/es/InputNumber/style/variables.css +3 -0
- package/es/LmEditTable/EditTable.js +3 -3
- package/es/LmEditTable/util.js +1 -1
- package/es/QuickMenu/index.d.ts +1 -0
- package/es/QuickMenu/index.js +12 -8
- package/es/TreeSelect/index.js +16 -2
- package/es/TreeSelect/style/index.css +3 -0
- package/es/TreeSelect/style/variables.css +3 -0
- package/es/styles/variables.css +9 -0
- package/lib/Cascader/index.js +20 -2
- package/lib/Descriptions/index.d.ts +1 -1
- package/lib/Descriptions/index.js +3 -3
- package/lib/Descriptions/style/index.css +3 -0
- package/lib/Descriptions/style/variables.css +3 -0
- package/lib/InputNumber/index.js +13 -4
- package/lib/InputNumber/style/index.css +3 -0
- package/lib/InputNumber/style/variables.css +3 -0
- package/lib/LmEditTable/EditTable.js +3 -3
- package/lib/LmEditTable/util.js +1 -1
- package/lib/QuickMenu/index.d.ts +1 -0
- package/lib/QuickMenu/index.js +11 -7
- package/lib/TreeSelect/index.js +20 -2
- package/lib/TreeSelect/style/index.css +3 -0
- package/lib/TreeSelect/style/variables.css +3 -0
- package/lib/styles/variables.css +9 -0
- package/package.json +1 -1
package/lib/styles/variables.css
CHANGED
|
@@ -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
|
}
|