ls-pro-common 3.0.16 → 3.0.18
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/common.css +25 -21
- package/dist/common.js +1 -1
- package/dist/common.min.css +25 -21
- package/dist/common.min.js +1 -1
- package/es/components/InputTable.js +32 -24
- package/es/components/antd-custom.less +22 -17
- package/lib/components/InputTable.js +32 -24
- package/lib/components/antd-custom.less +22 -17
- package/package.json +2 -2
- package/CHANGELOG.md +0 -746
package/dist/common.min.css
CHANGED
|
@@ -425,6 +425,9 @@ a:hover {
|
|
|
425
425
|
.ant-btn.ant-btn-lg {
|
|
426
426
|
height: 40px;
|
|
427
427
|
}
|
|
428
|
+
.ant-btn.ant-btn-sm {
|
|
429
|
+
height: 22px;
|
|
430
|
+
}
|
|
428
431
|
.ant-btn:hover,
|
|
429
432
|
.ant-btn:focus {
|
|
430
433
|
background-color: var(--ant-primary-2);
|
|
@@ -601,57 +604,58 @@ a:hover {
|
|
|
601
604
|
text-overflow: ellipsis;
|
|
602
605
|
width: 200px;
|
|
603
606
|
}
|
|
604
|
-
.ant-picker,
|
|
605
|
-
.ant-form-item-label > label,
|
|
606
|
-
.ant-form-item,
|
|
607
|
-
.ant-input,
|
|
608
|
-
.ant-
|
|
607
|
+
.ant-picker:not(.ant-picker-large, .ant-picker-sm),
|
|
608
|
+
.ant-input:not(.ant-input-lg, .ant-input-sm) .ant-form-item-label > label,
|
|
609
|
+
.ant-form:not(.ant-form-large, .ant-form-sm) .ant-form-item,
|
|
610
|
+
.ant-input:not(.ant-input-lg, .ant-input-sm),
|
|
611
|
+
.ant-input-number:not(.ant-input-number-lg, .ant-input-number-sm),
|
|
612
|
+
.ant-select:not(.ant-select-lg, .ant-select-sm),
|
|
609
613
|
.ant-pagination,
|
|
610
614
|
.ant-badge-status-text {
|
|
611
615
|
font-size: 13px !important;
|
|
612
616
|
}
|
|
613
|
-
.ant-btn,
|
|
617
|
+
.ant-btn:not(.ant-btn-lg, .ant-btn-sm),
|
|
614
618
|
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector,
|
|
615
|
-
.ant-form-item-label > label {
|
|
619
|
+
.ant-input:not(.ant-input-lg, .ant-input-sm) .ant-form-item-label > label {
|
|
616
620
|
height: 28px !important;
|
|
617
621
|
min-height: 28px !important;
|
|
618
622
|
}
|
|
619
|
-
.ant-form-item-control-input {
|
|
623
|
+
.ant-input:not(.ant-input-lg, .ant-input-sm) .ant-form-item-control-input {
|
|
620
624
|
min-height: 28px !important;
|
|
621
625
|
}
|
|
622
|
-
.ant-form-item {
|
|
626
|
+
.ant-form:not(.ant-form-large, .ant-form-sm) .ant-form-item {
|
|
623
627
|
margin-bottom: 12px !important;
|
|
624
628
|
}
|
|
625
|
-
.ant-select-single .ant-select-selector .ant-select-selection-item,
|
|
626
|
-
.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
|
|
629
|
+
.ant-select-single:not(.ant-select-lg, .ant-select-sm) .ant-select-selector .ant-select-selection-item,
|
|
630
|
+
.ant-select-single:not(.ant-select-lg, .ant-select-sm) .ant-select-selector .ant-select-selection-placeholder {
|
|
627
631
|
line-height: 26px !important;
|
|
628
632
|
}
|
|
629
|
-
.ant-select-multiple .ant-select-selection-item {
|
|
633
|
+
.ant-select-multiple:not(.ant-select-lg, .ant-select-sm) .ant-select-selection-item {
|
|
630
634
|
margin-top: 0 !important;
|
|
631
635
|
margin-bottom: 0 !important;
|
|
632
636
|
}
|
|
633
|
-
.ant-select-multiple .ant-select-selector::after {
|
|
637
|
+
.ant-select-multiple:not(.ant-select-lg, .ant-select-sm) .ant-select-selector::after {
|
|
634
638
|
line-height: 20px !important;
|
|
635
639
|
}
|
|
636
|
-
.ant-btn,
|
|
637
|
-
.ant-picker,
|
|
638
|
-
.ant-input-affix-wrapper {
|
|
640
|
+
.ant-btn:not(.ant-btn-lg, .ant-btn-sm),
|
|
641
|
+
.ant-picker:not(.ant-picker-large, .ant-picker-sm),
|
|
642
|
+
.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-lg, .ant-input-affix-wrapper-sm) {
|
|
639
643
|
padding-top: 2px !important;
|
|
640
644
|
padding-bottom: 2px !important;
|
|
641
645
|
}
|
|
642
|
-
.ant-picker-range {
|
|
646
|
+
.ant-picker-range:not(.ant-picker-large, .ant-picker-sm) {
|
|
643
647
|
padding: 2px 4px !important;
|
|
644
648
|
}
|
|
645
|
-
.ant-picker-range .ant-picker-range-separator {
|
|
649
|
+
.ant-picker-range:not(.ant-picker-large, .ant-picker-sm) .ant-picker-range-separator {
|
|
646
650
|
font-size: 12px !important;
|
|
647
651
|
}
|
|
648
|
-
.ant-picker-range .ant-picker-active-bar {
|
|
652
|
+
.ant-picker-range:not(.ant-picker-large, .ant-picker-sm) .ant-picker-active-bar {
|
|
649
653
|
margin-left: 4px !important;
|
|
650
654
|
}
|
|
651
|
-
.ant-picker-range .ant-picker-clear {
|
|
655
|
+
.ant-picker-range:not(.ant-picker-large, .ant-picker-sm) .ant-picker-clear {
|
|
652
656
|
right: 3px !important;
|
|
653
657
|
}
|
|
654
|
-
.ant-picker-range .ant-picker-input > input {
|
|
658
|
+
.ant-picker-range:not(.ant-picker-large, .ant-picker-sm) .ant-picker-input > input {
|
|
655
659
|
letter-spacing: -0.8px !important;
|
|
656
660
|
}
|
|
657
661
|
|