linkmore-design 1.1.13-alpha.1 → 1.1.13-alpha.12
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/CHANGELOG.md +118 -0
- package/dist/Button/demos/ghost.d.ts +2 -0
- package/dist/ConfigProvider/context.d.ts +1 -0
- package/dist/Descriptions/Cell.d.ts +1 -0
- package/dist/Descriptions/Item.d.ts +1 -0
- package/dist/Descriptions/index.d.ts +1 -1
- package/dist/Form/FormWrapper.d.ts +3 -0
- package/dist/Form/WrapperItem.d.ts +4 -0
- package/dist/Form/demos/disabled.d.ts +2 -0
- package/dist/Form/demos/responsive.d.ts +0 -1
- package/dist/Form/index.d.ts +2 -0
- package/dist/Form/interface.d.ts +12 -0
- package/dist/IconFont/demos/ConfigProvider.d.ts +2 -0
- package/dist/IconFont/index.d.ts +1 -2
- package/dist/LmDrag/LmDrag.d.ts +4 -0
- package/dist/LmDrag/components/DndContainer.d.ts +3 -0
- package/dist/LmDrag/components/sortableBox.d.ts +5 -0
- package/dist/LmDrag/components/sortableItem.d.ts +7 -0
- package/dist/LmDrag/demos/basic.d.ts +2 -0
- package/dist/LmDrag/index.d.ts +10 -0
- package/dist/LmDrag/style/index.d.ts +1 -0
- package/dist/LmDrag/style/variables.d.ts +1 -0
- package/dist/LmDrag/wrapper/Root.d.ts +3 -0
- package/dist/LmEditTable/EditTable.d.ts +16 -3
- package/dist/LmEditTable/components/DraggableContainer.d.ts +4 -1
- package/dist/LmEditTable/components/QuickOpetate.d.ts +12 -0
- package/dist/LmEditTable/components/bottomOpetateComponent.d.ts +13 -0
- package/dist/LmEditTable/components/index.d.ts +7 -2
- package/dist/LmEditTable/hooks/useForkRef.d.ts +2 -0
- package/dist/LmEditTable/rowSort/DndContainerRow.d.ts +10 -0
- package/dist/LmEditTable/util.d.ts +5 -0
- package/dist/LmEditTable/virtual/VirtualRow.d.ts +1 -0
- package/dist/LmFilter/LmFilter.d.ts +2 -6
- package/dist/LmTable/demos/summuy.d.ts +2 -0
- package/dist/LmTable/expression.d.ts +1 -0
- package/dist/LmTable/hooks/useGroupDataSource.d.ts +7 -0
- package/dist/LmUpload/UploadList/ItemPictureCard.d.ts +2 -1
- package/dist/LmUpload/fns/index.d.ts +1 -0
- package/dist/QuickMenu/demos/useInDraw.d.ts +2 -0
- package/dist/QuickMenu/index.d.ts +3 -1
- package/dist/Select/index.d.ts +3 -0
- package/dist/TreeSelect/demos/treedata.d.ts +3 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.umd.js +2811 -1527
- package/dist/index.umd.min.js +17 -17
- package/dist/variables.css +270 -120
- package/es/Button/index.js +4 -3
- package/es/Button/style/index.css +28 -25
- package/es/Button/style/variables.css +28 -25
- package/es/Cascader/index.js +31 -3
- package/es/Cascader/style/index.css +1 -0
- package/es/Cascader/style/variables.css +1 -0
- package/es/ConfigProvider/context.d.ts +1 -0
- package/es/ConfigProvider/index.js +5 -3
- package/es/Descriptions/Cell.d.ts +1 -0
- package/es/Descriptions/Cell.js +5 -2
- package/es/Descriptions/Item.d.ts +1 -0
- package/es/Descriptions/Row.js +6 -1
- 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/Form/Form.js +13 -4
- package/es/Form/FormItem/ItemHolder.js +1 -10
- package/es/Form/FormWrapper.d.ts +3 -0
- package/es/Form/FormWrapper.js +22 -0
- package/es/Form/WrapperItem.d.ts +4 -0
- package/es/Form/WrapperItem.js +217 -0
- package/es/Form/container.js +1 -13
- package/es/Form/images/icon_collapse.svg +1 -0
- package/es/Form/index.d.ts +2 -0
- package/es/Form/index.js +2 -0
- package/es/Form/interface.d.ts +12 -0
- package/es/Form/style/index.css +34 -41
- package/es/Form/style/variables.css +34 -41
- package/es/IconFont/index.d.ts +1 -2
- package/es/IconFont/index.js +18 -4
- package/es/ImageViewer/components/Operate.js +4 -7
- package/es/Input/index.js +47 -10
- package/es/InputNumber/index.js +23 -11
- package/es/InputNumber/style/index.css +7 -0
- package/es/InputNumber/style/variables.css +7 -0
- package/es/LmDrag/LmDrag.d.ts +4 -0
- package/es/LmDrag/LmDrag.js +30 -0
- package/es/LmDrag/components/DndContainer.d.ts +3 -0
- package/es/LmDrag/components/DndContainer.js +121 -0
- package/es/LmDrag/components/sortableBox.d.ts +5 -0
- package/es/LmDrag/components/sortableBox.js +23 -0
- package/es/LmDrag/components/sortableItem.d.ts +7 -0
- package/es/LmDrag/components/sortableItem.js +41 -0
- package/es/LmDrag/index.d.ts +10 -0
- package/es/LmDrag/index.js +3 -0
- package/es/LmDrag/style/index.css +0 -0
- package/es/LmDrag/style/index.d.ts +1 -0
- package/es/LmDrag/style/index.js +1 -0
- package/es/LmDrag/style/variables.css +0 -0
- package/es/LmDrag/style/variables.d.ts +1 -0
- package/es/LmDrag/style/variables.js +1 -0
- package/es/LmDrag/wrapper/Root.d.ts +3 -0
- package/es/LmDrag/wrapper/Root.js +12 -0
- package/es/LmEditTable/DragHandle.js +1 -1
- package/es/LmEditTable/EditTable.d.ts +16 -3
- package/es/LmEditTable/EditTable.js +295 -240
- package/es/LmEditTable/components/DraggableContainer.d.ts +4 -1
- package/es/LmEditTable/components/DraggableContainer.js +10 -3
- package/es/LmEditTable/components/QuickOpetate.d.ts +12 -0
- package/es/LmEditTable/components/QuickOpetate.js +82 -0
- package/es/LmEditTable/components/bottomOpetateComponent.d.ts +13 -0
- package/es/LmEditTable/components/bottomOpetateComponent.js +23 -0
- package/es/LmEditTable/components/index.d.ts +7 -2
- package/es/LmEditTable/components/index.js +3 -1
- package/es/LmEditTable/hooks/useForkRef.d.ts +2 -0
- package/es/LmEditTable/hooks/useForkRef.js +22 -0
- package/es/LmEditTable/rowSort/DndContainerRow.d.ts +10 -0
- package/es/LmEditTable/rowSort/DndContainerRow.js +81 -0
- package/es/LmEditTable/sortableItem.js +1 -0
- package/es/LmEditTable/sortableItemCol.js +40 -10
- package/es/LmEditTable/style/index.css +27 -0
- package/es/LmEditTable/style/variables.css +27 -0
- package/es/LmEditTable/util.d.ts +5 -0
- package/es/LmEditTable/util.js +51 -12
- package/es/LmEditTable/virtual/VirtualRow.d.ts +1 -0
- package/es/LmEditTable/virtual/VirtualRow.js +5 -3
- package/es/LmEditTable/virtual/VirtualRowBack.js +12 -14
- package/es/LmFilter/LmFilter.js +6 -6
- package/es/LmFilter/components/CheckboxFilter.js +9 -4
- package/es/LmFilter/components/DropdownFIlter.js +186 -111
- package/es/LmFilter/components/SelectFilter.js +4 -3
- package/es/LmFilter/filterFns/index.js +5 -7
- package/es/LmFilter/index.js +0 -3
- package/es/LmFilter/style/index.css +82 -54
- package/es/LmFilter/style/variables.css +82 -54
- package/es/LmFilter/utils.js +6 -6
- package/es/LmSelect/style/index.css +1 -0
- package/es/LmSelect/style/variables.css +1 -0
- package/es/LmTable/Table.js +24 -15
- package/es/LmTable/expression.d.ts +1 -0
- package/es/LmTable/expression.js +31 -0
- package/es/LmTable/hooks/useGroupDataSource.js +50 -0
- package/es/LmTable/style/index.css +39 -0
- package/es/LmTable/style/variables.css +39 -0
- package/es/LmTable/virTual/VirtualRow.js +12 -14
- package/es/LmUpload/LmUpload.js +6 -3
- package/es/LmUpload/UploadList/ItemPicture.js +2 -1
- package/es/LmUpload/UploadList/ItemPictureCard.d.ts +2 -1
- package/es/LmUpload/UploadList/ItemPictureCard.js +15 -5
- package/es/LmUpload/UploadList/ItemText.js +7 -2
- package/es/LmUpload/UploadList/index.js +53 -2
- package/es/LmUpload/body/UploadCore.js +4 -1
- package/es/LmUpload/fns/index.d.ts +1 -0
- package/es/LmUpload/fns/index.js +27 -6
- package/es/LmUpload/style/index.css +17 -0
- package/es/LmUpload/style/variables.css +17 -0
- package/es/QuickMenu/index.d.ts +3 -1
- package/es/QuickMenu/index.js +22 -19
- package/es/Select/index.d.ts +3 -0
- package/es/Select/index.js +44 -7
- package/es/Select/style/index.css +28 -0
- package/es/Select/style/variables.css +28 -0
- package/es/TreeSelect/index.js +17 -2
- package/es/TreeSelect/style/index.css +3 -0
- package/es/TreeSelect/style/variables.css +3 -0
- package/es/index.d.ts +2 -0
- package/es/index.js +2 -1
- package/es/styles/variables.css +270 -120
- package/lib/Button/index.js +4 -3
- package/lib/Button/style/index.css +28 -25
- package/lib/Button/style/variables.css +28 -25
- package/lib/Cascader/index.js +35 -3
- package/lib/Cascader/style/index.css +1 -0
- package/lib/Cascader/style/variables.css +1 -0
- package/lib/ConfigProvider/context.d.ts +1 -0
- package/lib/ConfigProvider/index.js +5 -3
- package/lib/Descriptions/Cell.d.ts +1 -0
- package/lib/Descriptions/Cell.js +5 -2
- package/lib/Descriptions/Item.d.ts +1 -0
- package/lib/Descriptions/Row.js +6 -1
- 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/Form/Form.js +13 -4
- package/lib/Form/FormItem/ItemHolder.js +1 -10
- package/lib/Form/FormWrapper.d.ts +3 -0
- package/lib/Form/FormWrapper.js +34 -0
- package/lib/Form/WrapperItem.d.ts +4 -0
- package/lib/Form/WrapperItem.js +235 -0
- package/lib/Form/container.js +1 -13
- package/lib/Form/images/icon_collapse.svg +1 -0
- package/lib/Form/index.d.ts +2 -0
- package/lib/Form/index.js +3 -0
- package/lib/Form/interface.d.ts +12 -0
- package/lib/Form/style/index.css +34 -41
- package/lib/Form/style/variables.css +34 -41
- package/lib/IconFont/index.d.ts +1 -2
- package/lib/IconFont/index.js +25 -4
- package/lib/ImageViewer/components/Operate.js +4 -8
- package/lib/Input/index.js +52 -10
- package/lib/InputNumber/index.js +29 -11
- package/lib/InputNumber/style/index.css +7 -0
- package/lib/InputNumber/style/variables.css +7 -0
- package/lib/LmDrag/LmDrag.d.ts +4 -0
- package/lib/LmDrag/LmDrag.js +44 -0
- package/lib/LmDrag/components/DndContainer.d.ts +3 -0
- package/lib/LmDrag/components/DndContainer.js +138 -0
- package/lib/LmDrag/components/sortableBox.d.ts +5 -0
- package/lib/LmDrag/components/sortableBox.js +37 -0
- package/lib/LmDrag/components/sortableItem.d.ts +7 -0
- package/lib/LmDrag/components/sortableItem.js +54 -0
- package/lib/LmDrag/index.d.ts +10 -0
- package/lib/LmDrag/index.js +19 -0
- package/lib/LmDrag/style/index.css +0 -0
- package/lib/LmDrag/style/index.d.ts +1 -0
- package/lib/LmDrag/style/index.js +3 -0
- package/lib/LmDrag/style/variables.css +0 -0
- package/lib/LmDrag/style/variables.d.ts +1 -0
- package/lib/LmDrag/style/variables.js +3 -0
- package/lib/LmDrag/wrapper/Root.d.ts +3 -0
- package/lib/LmDrag/wrapper/Root.js +26 -0
- package/lib/LmEditTable/DragHandle.js +1 -1
- package/lib/LmEditTable/EditTable.d.ts +16 -3
- package/lib/LmEditTable/EditTable.js +290 -235
- package/lib/LmEditTable/components/DraggableContainer.d.ts +4 -1
- package/lib/LmEditTable/components/DraggableContainer.js +12 -5
- package/lib/LmEditTable/components/QuickOpetate.d.ts +12 -0
- package/lib/LmEditTable/components/QuickOpetate.js +96 -0
- package/lib/LmEditTable/components/bottomOpetateComponent.d.ts +13 -0
- package/lib/LmEditTable/components/bottomOpetateComponent.js +34 -0
- package/lib/LmEditTable/components/index.d.ts +7 -2
- package/lib/LmEditTable/components/index.js +16 -0
- package/lib/LmEditTable/hooks/useForkRef.d.ts +2 -0
- package/lib/LmEditTable/hooks/useForkRef.js +29 -0
- package/lib/LmEditTable/rowSort/DndContainerRow.d.ts +10 -0
- package/lib/LmEditTable/rowSort/DndContainerRow.js +99 -0
- package/lib/LmEditTable/sortableItem.js +1 -0
- package/lib/LmEditTable/sortableItemCol.js +37 -8
- package/lib/LmEditTable/style/index.css +27 -0
- package/lib/LmEditTable/style/variables.css +27 -0
- package/lib/LmEditTable/util.d.ts +5 -0
- package/lib/LmEditTable/util.js +52 -11
- package/lib/LmEditTable/virtual/VirtualRow.d.ts +1 -0
- package/lib/LmEditTable/virtual/VirtualRow.js +8 -3
- package/lib/LmEditTable/virtual/VirtualRowBack.js +12 -14
- package/lib/LmFilter/LmFilter.js +6 -6
- package/lib/LmFilter/components/CheckboxFilter.js +9 -4
- package/lib/LmFilter/components/DropdownFIlter.js +186 -111
- package/lib/LmFilter/components/SelectFilter.js +4 -3
- package/lib/LmFilter/filterFns/index.js +5 -7
- package/lib/LmFilter/index.js +0 -3
- package/lib/LmFilter/style/index.css +82 -54
- package/lib/LmFilter/style/variables.css +82 -54
- package/lib/LmFilter/utils.js +6 -6
- package/lib/LmSelect/style/index.css +1 -0
- package/lib/LmSelect/style/variables.css +1 -0
- package/lib/LmTable/Table.js +24 -15
- package/lib/LmTable/expression.d.ts +1 -0
- package/lib/LmTable/expression.js +41 -0
- package/lib/LmTable/hooks/useGroupDataSource.js +50 -0
- package/lib/LmTable/style/index.css +39 -0
- package/lib/LmTable/style/variables.css +39 -0
- package/lib/LmTable/virTual/VirtualRow.js +12 -14
- package/lib/LmUpload/LmUpload.js +9 -3
- package/lib/LmUpload/UploadList/ItemPicture.js +2 -1
- package/lib/LmUpload/UploadList/ItemPictureCard.d.ts +2 -1
- package/lib/LmUpload/UploadList/ItemPictureCard.js +15 -5
- package/lib/LmUpload/UploadList/ItemText.js +7 -2
- package/lib/LmUpload/UploadList/index.js +54 -2
- package/lib/LmUpload/body/UploadCore.js +5 -1
- package/lib/LmUpload/fns/index.d.ts +1 -0
- package/lib/LmUpload/fns/index.js +27 -6
- package/lib/LmUpload/style/index.css +17 -0
- package/lib/LmUpload/style/variables.css +17 -0
- package/lib/QuickMenu/index.d.ts +3 -1
- package/lib/QuickMenu/index.js +21 -18
- package/lib/Select/index.d.ts +3 -0
- package/lib/Select/index.js +47 -7
- package/lib/Select/style/index.css +28 -0
- package/lib/Select/style/variables.css +28 -0
- package/lib/TreeSelect/index.js +21 -2
- package/lib/TreeSelect/style/index.css +3 -0
- package/lib/TreeSelect/style/variables.css +3 -0
- package/lib/index.d.ts +2 -0
- package/lib/index.js +15 -1
- package/lib/styles/variables.css +270 -120
- package/package.json +5 -1
package/es/styles/variables.css
CHANGED
|
@@ -746,12 +746,13 @@ p {
|
|
|
746
746
|
padding: 0 var(--gap);
|
|
747
747
|
}
|
|
748
748
|
.ant-btn.lm-button {
|
|
749
|
-
border: 0;
|
|
750
749
|
display: inline-flex !important;
|
|
751
750
|
flex-direction: row;
|
|
752
751
|
align-items: center;
|
|
753
752
|
justify-content: center;
|
|
753
|
+
color: var(--font-color);
|
|
754
754
|
vertical-align: middle;
|
|
755
|
+
border: 1px solid var(--stroke-color);
|
|
755
756
|
box-shadow: none;
|
|
756
757
|
}
|
|
757
758
|
.ant-btn.lm-button .anticon {
|
|
@@ -769,12 +770,24 @@ p {
|
|
|
769
770
|
white-space: nowrap;
|
|
770
771
|
}
|
|
771
772
|
.ant-btn.lm-button::before {
|
|
772
|
-
|
|
773
|
+
position: absolute;
|
|
774
|
+
z-index: 1;
|
|
775
|
+
display: none;
|
|
776
|
+
background: #fff;
|
|
777
|
+
border-radius: inherit;
|
|
778
|
+
opacity: 0.35;
|
|
779
|
+
transition: opacity 0.2s;
|
|
780
|
+
content: '';
|
|
781
|
+
pointer-events: none;
|
|
782
|
+
inset: -1px;
|
|
783
|
+
}
|
|
784
|
+
.ant-btn.lm-button.ant-btn-loading::before {
|
|
785
|
+
display: block;
|
|
773
786
|
}
|
|
774
787
|
.ant-btn.lm-button:disabled {
|
|
788
|
+
color: var(--disabled-font-color) !important;
|
|
775
789
|
background: var(--disabled-bg-color) !important;
|
|
776
790
|
border: 1px solid var(--disabled-border-color) !important;
|
|
777
|
-
color: var(--disabled-font-color) !important;
|
|
778
791
|
}
|
|
779
792
|
.ant-btn.lm-button > span:not(.anticon) {
|
|
780
793
|
font-size: 12px;
|
|
@@ -795,57 +808,46 @@ p {
|
|
|
795
808
|
.ant-btn.lm-button-middle .anticon {
|
|
796
809
|
font-size: 16px;
|
|
797
810
|
}
|
|
798
|
-
.ant-btn.lm-button-default {
|
|
799
|
-
border: 1px solid var(--stroke-color);
|
|
800
|
-
color: var(--font-color);
|
|
801
|
-
}
|
|
802
|
-
.ant-btn.lm-button-default-hover,
|
|
803
|
-
.ant-btn.lm-button-default:hover {
|
|
804
|
-
border: 1px solid var(--primary-hover-color);
|
|
805
|
-
color: var(--primary-hover-color);
|
|
806
|
-
}
|
|
807
|
-
.ant-btn.lm-button-default.ant-btn-loading {
|
|
808
|
-
border-color: rgba(0, 0, 0, 0.15);
|
|
809
|
-
color: rgba(0, 0, 0, 0.15);
|
|
810
|
-
}
|
|
811
811
|
.ant-btn.lm-button-primary {
|
|
812
|
-
background: var(--primary-color);
|
|
813
812
|
color: #fff;
|
|
813
|
+
background: var(--primary-color);
|
|
814
|
+
border-color: var(--primary-color);
|
|
814
815
|
}
|
|
815
|
-
.ant-btn.lm-button-primary-hover,
|
|
816
816
|
.ant-btn.lm-button-primary:hover {
|
|
817
817
|
background: var(--primary-hover-color);
|
|
818
818
|
}
|
|
819
|
+
.ant-btn.lm-button-primary:active {
|
|
820
|
+
background-color: var(--primary-click-color);
|
|
821
|
+
}
|
|
819
822
|
.ant-btn.lm-button-primary.ant-btn-loading {
|
|
820
823
|
background: var(--primary-loading-color);
|
|
821
824
|
}
|
|
822
825
|
.ant-btn.lm-button-ghost {
|
|
823
826
|
color: var(--font-color);
|
|
824
|
-
border-color: var(--color-15);
|
|
825
827
|
background: transparent;
|
|
828
|
+
border: 1px solid var(--color-15);
|
|
826
829
|
}
|
|
827
830
|
.ant-btn.lm-button-danger {
|
|
828
|
-
border: 1px solid var(--error-color);
|
|
829
831
|
color: var(--error-color);
|
|
830
832
|
text-shadow: none;
|
|
833
|
+
border: 1px solid var(--error-color);
|
|
831
834
|
box-shadow: none;
|
|
832
835
|
}
|
|
833
|
-
.ant-btn.lm-button-danger-hover,
|
|
834
836
|
.ant-btn.lm-button-danger:hover {
|
|
835
|
-
border-color: var(--error-hover-color);
|
|
836
837
|
color: var(--error-hover-color);
|
|
838
|
+
border-color: var(--error-hover-color);
|
|
837
839
|
}
|
|
838
840
|
.ant-btn.lm-button-danger.ant-btn-loading {
|
|
839
|
-
border-color: var(--error-loading-color);
|
|
840
841
|
color: var(--error-hover-color);
|
|
842
|
+
border-color: var(--error-loading-color);
|
|
841
843
|
}
|
|
842
844
|
.ant-btn.lm-button-dashed {
|
|
843
845
|
border: 1px dashed var(--color-15);
|
|
844
846
|
}
|
|
845
847
|
.ant-btn.lm-button-link {
|
|
846
848
|
color: var(--primary-color);
|
|
849
|
+
border-color: transparent;
|
|
847
850
|
}
|
|
848
|
-
.ant-btn.lm-button-link-hover,
|
|
849
851
|
.ant-btn.lm-button-link:hover {
|
|
850
852
|
color: var(--primary-hover-color);
|
|
851
853
|
}
|
|
@@ -853,11 +855,12 @@ p {
|
|
|
853
855
|
color: var(--primary-loading-color);
|
|
854
856
|
}
|
|
855
857
|
.ant-btn.lm-button-link[disabled] {
|
|
856
|
-
border: 0 !important;
|
|
857
858
|
background: transparent !important;
|
|
859
|
+
border: 0 !important;
|
|
858
860
|
}
|
|
859
861
|
.ant-btn.ant-btn-text {
|
|
860
862
|
background: transparent;
|
|
863
|
+
border-color: transparent;
|
|
861
864
|
}
|
|
862
865
|
.ant-btn.lm-button-icon-only .anticon {
|
|
863
866
|
font-size: 16px;
|
|
@@ -1407,6 +1410,7 @@ p {
|
|
|
1407
1410
|
}
|
|
1408
1411
|
.lm_cascader.ant-select.ant-select {
|
|
1409
1412
|
font-size: 12px;
|
|
1413
|
+
width: 100%;
|
|
1410
1414
|
}
|
|
1411
1415
|
.lm_cascader_dropdown.ant-select-dropdown {
|
|
1412
1416
|
font-size: 12px;
|
|
@@ -2240,6 +2244,9 @@ p {
|
|
|
2240
2244
|
padding-right: 24px;
|
|
2241
2245
|
padding-bottom: 8px;
|
|
2242
2246
|
}
|
|
2247
|
+
.lm_descriptions .ant-descriptions-item:last-child {
|
|
2248
|
+
padding-right: 0;
|
|
2249
|
+
}
|
|
2243
2250
|
.lm_descriptions .ant-descriptions-item .ant-descriptions-item-container {
|
|
2244
2251
|
color: var(--color-85);
|
|
2245
2252
|
font-size: 12px;
|
|
@@ -8951,55 +8958,48 @@ p {
|
|
|
8951
8958
|
.lm_form.ant-form.ant-form-inline .ant-form-item-label {
|
|
8952
8959
|
text-align: left;
|
|
8953
8960
|
}
|
|
8954
|
-
.
|
|
8955
|
-
|
|
8956
|
-
}
|
|
8957
|
-
.lm_container_wrapper .lm_container.responsive {
|
|
8958
|
-
min-width: 990px;
|
|
8959
|
-
}
|
|
8960
|
-
.lm_container_wrapper .lm_container.responsive .lm_form.ant-form {
|
|
8961
|
-
display: flex;
|
|
8962
|
-
flex-direction: row;
|
|
8963
|
-
flex-wrap: wrap;
|
|
8964
|
-
}
|
|
8965
|
-
.lm_container_wrapper .lm_container.responsive .lm_form.ant-form .ant-form-item-responsive {
|
|
8966
|
-
margin-right: 24px;
|
|
8967
|
-
}
|
|
8968
|
-
.lm_container_wrapper .lm_container.responsive .lm_form.ant-form .ant-form-item-responsive .ant-form-item-control {
|
|
8969
|
-
width: 100%;
|
|
8970
|
-
}
|
|
8971
|
-
.lm_container_wrapper .lm_container.responsive.lm_col_3 .ant-form-item {
|
|
8972
|
-
width: 100%;
|
|
8973
|
-
margin-right: 0;
|
|
8961
|
+
.lm_form_responsive_box .lm_form {
|
|
8962
|
+
background: #f0f0f0;
|
|
8974
8963
|
}
|
|
8975
|
-
.
|
|
8976
|
-
|
|
8977
|
-
margin-
|
|
8964
|
+
.lm_form_responsive_box .lm_form > .lm_container_wrapper {
|
|
8965
|
+
background: #f0f0f0;
|
|
8966
|
+
margin-bottom: 0;
|
|
8967
|
+
border-radius: 0;
|
|
8968
|
+
padding: 16px;
|
|
8978
8969
|
}
|
|
8979
|
-
.lm_container_wrapper
|
|
8980
|
-
|
|
8970
|
+
.lm_container_wrapper {
|
|
8971
|
+
overflow: auto;
|
|
8972
|
+
background: #fff;
|
|
8973
|
+
margin-bottom: 16px;
|
|
8974
|
+
border-radius: 2px;
|
|
8975
|
+
padding: 0;
|
|
8981
8976
|
}
|
|
8982
|
-
.lm_container_wrapper .
|
|
8977
|
+
.lm_container_wrapper .ant-cascader {
|
|
8983
8978
|
width: 100%;
|
|
8984
|
-
margin-right: 0;
|
|
8985
|
-
}
|
|
8986
|
-
.lm_container_wrapper .lm_container.responsive.lm_col_4 .ant-form-item-responsive {
|
|
8987
|
-
width: calc(25% - 18px);
|
|
8988
|
-
margin-right: 24px;
|
|
8989
8979
|
}
|
|
8990
|
-
.
|
|
8991
|
-
|
|
8980
|
+
.form_responsive_group_title {
|
|
8981
|
+
display: flex;
|
|
8982
|
+
font-size: 14px;
|
|
8983
|
+
line-height: 22px;
|
|
8984
|
+
margin: 0;
|
|
8985
|
+
padding-top: 16px;
|
|
8986
|
+
color: var(--color-85);
|
|
8987
|
+
flex-basis: 100%;
|
|
8988
|
+
align-items: center;
|
|
8992
8989
|
}
|
|
8993
|
-
.
|
|
8994
|
-
|
|
8995
|
-
|
|
8990
|
+
.form_responsive_group_title h3 {
|
|
8991
|
+
flex: 1;
|
|
8992
|
+
font-weight: medium;
|
|
8993
|
+
font-size: 14px;
|
|
8996
8994
|
}
|
|
8997
|
-
.
|
|
8998
|
-
|
|
8999
|
-
|
|
8995
|
+
.form_responsive_group_title img {
|
|
8996
|
+
cursor: pointer;
|
|
8997
|
+
width: 16px;
|
|
8998
|
+
height: 16px;
|
|
8999
|
+
transition: transform 0.24s;
|
|
9000
9000
|
}
|
|
9001
|
-
.
|
|
9002
|
-
|
|
9001
|
+
.form_responsive_group_title img.open {
|
|
9002
|
+
transform: rotate(180deg);
|
|
9003
9003
|
}
|
|
9004
9004
|
.lm_form-item-tip-error .ant-form-item-explain {
|
|
9005
9005
|
width: 100%;
|
|
@@ -9507,8 +9507,12 @@ p {
|
|
|
9507
9507
|
.ant-input-search-with-button .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
|
|
9508
9508
|
z-index: 2 !important;
|
|
9509
9509
|
}
|
|
9510
|
+
.lm_input-number {
|
|
9511
|
+
width: 100%;
|
|
9512
|
+
}
|
|
9510
9513
|
.lm_input-number.ant-input-number {
|
|
9511
9514
|
border: 1px solid var(--color-15);
|
|
9515
|
+
width: 100%;
|
|
9512
9516
|
}
|
|
9513
9517
|
.lm_input-number .ant-input-number-handler-wrap {
|
|
9514
9518
|
width: 28px;
|
|
@@ -9542,6 +9546,9 @@ p {
|
|
|
9542
9546
|
.lm_input-number.ant-input-number-status-warning {
|
|
9543
9547
|
border-color: var(--warning-color) !important;
|
|
9544
9548
|
}
|
|
9549
|
+
.lm_input-number .ant-input-number-input::placeholder {
|
|
9550
|
+
font-size: 12px;
|
|
9551
|
+
}
|
|
9545
9552
|
.lm_grid_tree {
|
|
9546
9553
|
position: relative;
|
|
9547
9554
|
font-size: 12px;
|
|
@@ -9731,6 +9738,9 @@ p {
|
|
|
9731
9738
|
width: 32px;
|
|
9732
9739
|
padding: 0 8px;
|
|
9733
9740
|
}
|
|
9741
|
+
.lm_editTable_warpper .ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
|
|
9742
|
+
height: 100%;
|
|
9743
|
+
}
|
|
9734
9744
|
.lm_editTable_warpper .lm_editTable_cell {
|
|
9735
9745
|
cursor: pointer;
|
|
9736
9746
|
height: 40px;
|
|
@@ -9745,6 +9755,18 @@ p {
|
|
|
9745
9755
|
.lm_editTable_warpper .lm_custom_cell_td {
|
|
9746
9756
|
position: relative;
|
|
9747
9757
|
}
|
|
9758
|
+
.lm_editTable_warpper .lm_custom_cell_td.ant-table-cell-with-append {
|
|
9759
|
+
display: flex;
|
|
9760
|
+
flex-direction: row;
|
|
9761
|
+
flex-wrap: nowrap;
|
|
9762
|
+
}
|
|
9763
|
+
.lm_editTable_warpper .lm_custom_cell_td.ant-table-cell-with-append .ant-table-row-expand-icon {
|
|
9764
|
+
margin-right: 8px;
|
|
9765
|
+
flex: none;
|
|
9766
|
+
}
|
|
9767
|
+
.lm_editTable_warpper .lm_custom_cell_td > .ant-form-item {
|
|
9768
|
+
flex: 1 1 auto;
|
|
9769
|
+
}
|
|
9748
9770
|
.lm_editTable_warpper .lm_custom_cell_td .ant-form-item-control-input-content {
|
|
9749
9771
|
display: flex;
|
|
9750
9772
|
flex-direction: row;
|
|
@@ -9793,6 +9815,9 @@ p {
|
|
|
9793
9815
|
.lm_editTable_warpper .lm_table_quickcopy .anticon {
|
|
9794
9816
|
color: var(--text-color);
|
|
9795
9817
|
}
|
|
9818
|
+
.lm_editTable_warpper .ant-table-body {
|
|
9819
|
+
scroll-behavior: smooth;
|
|
9820
|
+
}
|
|
9796
9821
|
.lm_editTable_warpper .icon_drag {
|
|
9797
9822
|
color: var(--tip-text-color);
|
|
9798
9823
|
}
|
|
@@ -9806,6 +9831,12 @@ p {
|
|
|
9806
9831
|
padding-left: 8px;
|
|
9807
9832
|
padding-right: 8px;
|
|
9808
9833
|
}
|
|
9834
|
+
.lm_editTable_warpper .ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
|
|
9835
|
+
background-color: rgba(0, 0, 0, 0.06) !important;
|
|
9836
|
+
}
|
|
9837
|
+
.lm_editTable_warpper .ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
|
|
9838
|
+
background-color: rgba(0, 0, 0, 0.06) !important;
|
|
9839
|
+
}
|
|
9809
9840
|
.lm_editTable_warpper .ant-picker {
|
|
9810
9841
|
height: 24px !important;
|
|
9811
9842
|
padding: 2px 8px;
|
|
@@ -9849,11 +9880,14 @@ p {
|
|
|
9849
9880
|
.lm_table_append_add_popover .ant-popover-inner-content ul li:hover {
|
|
9850
9881
|
background-color: var(--color-15);
|
|
9851
9882
|
}
|
|
9883
|
+
.lm_edittable_col_sort_item {
|
|
9884
|
+
overflow: hidden;
|
|
9885
|
+
}
|
|
9852
9886
|
.lm_filter_wrapper .lm_filter_container .lm_filter {
|
|
9853
9887
|
display: flex;
|
|
9854
9888
|
flex-wrap: wrap;
|
|
9855
|
-
align-items: center;
|
|
9856
9889
|
gap: 8px;
|
|
9890
|
+
align-items: center;
|
|
9857
9891
|
font-size: 12px;
|
|
9858
9892
|
}
|
|
9859
9893
|
.lm_filter_wrapper .lm_filter_container .lm_filter .lm_filter_custom {
|
|
@@ -9864,14 +9898,14 @@ p {
|
|
|
9864
9898
|
display: inline-flex;
|
|
9865
9899
|
align-items: center;
|
|
9866
9900
|
justify-content: space-between;
|
|
9867
|
-
height: 32px;
|
|
9868
|
-
line-height: 1;
|
|
9869
9901
|
min-width: 100px;
|
|
9870
9902
|
max-width: 180px;
|
|
9903
|
+
height: 32px;
|
|
9904
|
+
padding: 0 8px;
|
|
9905
|
+
color: var(--font2-color);
|
|
9906
|
+
line-height: 1;
|
|
9871
9907
|
border: 1px solid var(--color-15);
|
|
9872
9908
|
border-radius: 2px;
|
|
9873
|
-
color: var(--font2-color);
|
|
9874
|
-
padding: 0 8px;
|
|
9875
9909
|
cursor: pointer;
|
|
9876
9910
|
transition: 0.3s;
|
|
9877
9911
|
}
|
|
@@ -9879,13 +9913,13 @@ p {
|
|
|
9879
9913
|
height: 24px;
|
|
9880
9914
|
}
|
|
9881
9915
|
.lm_filter_wrapper .lm_filter_container .lm_filter .lm_filter_custom .lm_filter_custom_select .lm_filter_custom_select_label span {
|
|
9882
|
-
text-overflow: ellipsis;
|
|
9883
|
-
white-space: nowrap;
|
|
9884
9916
|
overflow: hidden;
|
|
9917
|
+
white-space: nowrap;
|
|
9918
|
+
text-overflow: ellipsis;
|
|
9885
9919
|
}
|
|
9886
9920
|
.lm_filter_wrapper .lm_filter_container .lm_filter .lm_filter_custom .lm_filter_custom_select .lm_filter_custom_select_icon {
|
|
9887
|
-
font-size: 14px;
|
|
9888
9921
|
color: var(--text-color);
|
|
9922
|
+
font-size: 14px;
|
|
9889
9923
|
transition: 0.3s;
|
|
9890
9924
|
}
|
|
9891
9925
|
.lm_filter_wrapper .lm_filter_container .lm_filter .lm_filter_custom .lm_filter_custom_select:hover {
|
|
@@ -9914,16 +9948,17 @@ p {
|
|
|
9914
9948
|
height: 24px;
|
|
9915
9949
|
}
|
|
9916
9950
|
.lm_filter_basic_item {
|
|
9917
|
-
font-size: 12px;
|
|
9918
9951
|
display: inline-flex;
|
|
9952
|
+
gap: 4px;
|
|
9919
9953
|
align-items: center;
|
|
9954
|
+
height: 32px;
|
|
9955
|
+
padding: 0 8px;
|
|
9956
|
+
font-size: 12px;
|
|
9920
9957
|
line-height: 1;
|
|
9958
|
+
vertical-align: middle;
|
|
9921
9959
|
border-radius: 2px;
|
|
9922
|
-
padding: 0 8px;
|
|
9923
|
-
transition: 0.3s;
|
|
9924
9960
|
cursor: pointer;
|
|
9925
|
-
|
|
9926
|
-
gap: 4px;
|
|
9961
|
+
transition: 0.3s;
|
|
9927
9962
|
}
|
|
9928
9963
|
.lm_filter_basic_item.small {
|
|
9929
9964
|
height: 24px;
|
|
@@ -9933,21 +9968,34 @@ p {
|
|
|
9933
9968
|
.lm_filter_basic_item.active {
|
|
9934
9969
|
background-color: var(--color-4);
|
|
9935
9970
|
}
|
|
9971
|
+
.lm_filter_basic_item .filter_item_label {
|
|
9972
|
+
flex: 0 0 auto;
|
|
9973
|
+
}
|
|
9936
9974
|
.lm_filter_basic_item .filter_item_value {
|
|
9937
9975
|
display: inline-flex;
|
|
9938
|
-
align-items: center;
|
|
9939
9976
|
gap: 4px;
|
|
9977
|
+
align-items: center;
|
|
9978
|
+
max-width: 552px;
|
|
9979
|
+
overflow: hidden;
|
|
9940
9980
|
color: var(--text-color);
|
|
9941
9981
|
transition: 0.3s;
|
|
9942
9982
|
}
|
|
9983
|
+
.lm_filter_basic_item .filter_item_value span {
|
|
9984
|
+
overflow: hidden;
|
|
9985
|
+
white-space: nowrap;
|
|
9986
|
+
text-overflow: ellipsis;
|
|
9987
|
+
}
|
|
9943
9988
|
.lm_filter_basic_item .filter_item_icon {
|
|
9944
|
-
font-size: 14px;
|
|
9945
9989
|
color: var(--text-color);
|
|
9990
|
+
font-size: 14px;
|
|
9946
9991
|
transition: 0.3s;
|
|
9947
9992
|
}
|
|
9948
9993
|
.lm_filter_basic_item .filter_item_icon.addon_before {
|
|
9949
9994
|
color: var(--font-color);
|
|
9950
9995
|
}
|
|
9996
|
+
.lm_filter_basic_item .filter_item_icon .icon_clear {
|
|
9997
|
+
display: none;
|
|
9998
|
+
}
|
|
9951
9999
|
.lm_filter_basic_item.expand .filter_item_icon.addon_after {
|
|
9952
10000
|
transform: rotateX(180deg);
|
|
9953
10001
|
}
|
|
@@ -9961,23 +10009,29 @@ p {
|
|
|
9961
10009
|
.lm_filter_basic_item.active.lm_filter_complex_item .filter_item_label {
|
|
9962
10010
|
color: var(--primary-color);
|
|
9963
10011
|
}
|
|
10012
|
+
.lm_filter_basic_item.active:hover .icon_down {
|
|
10013
|
+
display: none;
|
|
10014
|
+
}
|
|
10015
|
+
.lm_filter_basic_item.active:hover .icon_clear {
|
|
10016
|
+
display: inline-block;
|
|
10017
|
+
}
|
|
9964
10018
|
.ant-dropdown.filter_dropdown_container_cascader > div {
|
|
9965
10019
|
transform: translateY(-4px);
|
|
9966
10020
|
}
|
|
9967
10021
|
.ant-dropdown.filter_dropdown_container_date .ant-picker {
|
|
9968
|
-
visibility: hidden;
|
|
9969
10022
|
transform: translateY(-36px);
|
|
10023
|
+
visibility: hidden;
|
|
9970
10024
|
}
|
|
9971
10025
|
.filter_dropdown {
|
|
9972
10026
|
display: flex;
|
|
9973
10027
|
flex-flow: column;
|
|
9974
|
-
box-shadow: 0 2px 6px var(--box-shadow-color);
|
|
9975
10028
|
background-color: #fff;
|
|
10029
|
+
box-shadow: 0 2px 6px var(--box-shadow-color);
|
|
9976
10030
|
}
|
|
9977
10031
|
.filter_dropdown .filter_header {
|
|
9978
10032
|
min-height: 40px;
|
|
9979
|
-
border-bottom: 1px solid #eee;
|
|
9980
10033
|
padding: 8px;
|
|
10034
|
+
border-bottom: 1px solid #eee;
|
|
9981
10035
|
}
|
|
9982
10036
|
.filter_dropdown .filter_header .filter_header_operate {
|
|
9983
10037
|
display: flex;
|
|
@@ -9989,13 +10043,13 @@ p {
|
|
|
9989
10043
|
align-items: center;
|
|
9990
10044
|
}
|
|
9991
10045
|
.filter_dropdown .filter_header .filter_header_operate .filter_reset {
|
|
9992
|
-
font-size: 12px;
|
|
9993
10046
|
color: var(--primary-color);
|
|
10047
|
+
font-size: 12px;
|
|
9994
10048
|
cursor: pointer;
|
|
9995
10049
|
}
|
|
9996
10050
|
.filter_dropdown .filter_header .filter_header_operate .filter_tip {
|
|
9997
|
-
font-size: 12px;
|
|
9998
10051
|
color: var(--text-color);
|
|
10052
|
+
font-size: 12px;
|
|
9999
10053
|
}
|
|
10000
10054
|
.filter_dropdown .filter_header .ant-input-group {
|
|
10001
10055
|
line-height: 1;
|
|
@@ -10016,32 +10070,40 @@ p {
|
|
|
10016
10070
|
}
|
|
10017
10071
|
.filter_dropdown .filter_body .filter_item {
|
|
10018
10072
|
display: flex;
|
|
10073
|
+
gap: 8px;
|
|
10019
10074
|
align-items: center;
|
|
10020
10075
|
justify-content: space-between;
|
|
10021
|
-
font-size: 12px;
|
|
10022
|
-
height: 32px;
|
|
10023
10076
|
min-width: 120px;
|
|
10077
|
+
height: 32px;
|
|
10024
10078
|
padding: 0 8px;
|
|
10025
|
-
|
|
10079
|
+
font-size: 12px;
|
|
10026
10080
|
white-space: nowrap;
|
|
10027
10081
|
cursor: pointer;
|
|
10028
|
-
|
|
10082
|
+
transition: 0.3s;
|
|
10029
10083
|
}
|
|
10030
10084
|
.filter_dropdown .filter_body .filter_item.last_item {
|
|
10031
10085
|
border-top: 1px solid var(--line-color);
|
|
10032
10086
|
}
|
|
10033
10087
|
.filter_dropdown .filter_body .filter_item .filter_item_content {
|
|
10034
10088
|
flex: auto;
|
|
10089
|
+
overflow: hidden;
|
|
10090
|
+
white-space: nowrap;
|
|
10091
|
+
text-overflow: ellipsis;
|
|
10092
|
+
}
|
|
10093
|
+
.filter_dropdown .filter_body .filter_item .filter_item_content.lm-checkbox > span:last-child {
|
|
10094
|
+
max-width: none;
|
|
10095
|
+
overflow: hidden;
|
|
10096
|
+
text-overflow: ellipsis;
|
|
10035
10097
|
}
|
|
10036
10098
|
.filter_dropdown .filter_body .filter_item .filter_item_operate {
|
|
10037
10099
|
display: inline-flex;
|
|
10038
|
-
align-items: center;
|
|
10039
10100
|
gap: 4px;
|
|
10101
|
+
align-items: center;
|
|
10040
10102
|
}
|
|
10041
10103
|
.filter_dropdown .filter_body .filter_item .filter_item_operate .icon_hover {
|
|
10042
10104
|
font-size: 16px;
|
|
10043
|
-
transition: 0.3s;
|
|
10044
10105
|
opacity: 0;
|
|
10106
|
+
transition: 0.3s;
|
|
10045
10107
|
}
|
|
10046
10108
|
.filter_dropdown .filter_body .filter_item .filter_item_operate .icon_hover:hover {
|
|
10047
10109
|
color: var(--primary-color);
|
|
@@ -10063,15 +10125,15 @@ p {
|
|
|
10063
10125
|
display: flex;
|
|
10064
10126
|
align-items: center;
|
|
10065
10127
|
justify-content: space-between;
|
|
10066
|
-
font-size: 12px;
|
|
10067
10128
|
min-height: 32px;
|
|
10068
10129
|
padding: 6px 8px;
|
|
10069
|
-
|
|
10130
|
+
font-size: 12px;
|
|
10070
10131
|
letter-spacing: 1px;
|
|
10132
|
+
border-top: 1px solid #eee;
|
|
10071
10133
|
}
|
|
10072
10134
|
.filter_dropdown .filter_footer button {
|
|
10073
|
-
font-size: 12px;
|
|
10074
10135
|
padding: 0 8px;
|
|
10136
|
+
font-size: 12px;
|
|
10075
10137
|
}
|
|
10076
10138
|
.filter_dropdown .filter_footer .footer_save {
|
|
10077
10139
|
color: var(--primary-color);
|
|
@@ -10089,14 +10151,14 @@ p {
|
|
|
10089
10151
|
.filter_dropdown .filter_empty {
|
|
10090
10152
|
display: flex;
|
|
10091
10153
|
flex-flow: column;
|
|
10154
|
+
gap: 4px;
|
|
10092
10155
|
align-items: center;
|
|
10093
10156
|
justify-content: center;
|
|
10094
|
-
font-size: 12px;
|
|
10095
10157
|
min-height: 40px;
|
|
10096
|
-
color: #666;
|
|
10097
|
-
padding: 16px 8px;
|
|
10098
10158
|
margin: auto;
|
|
10099
|
-
|
|
10159
|
+
padding: 16px 8px;
|
|
10160
|
+
color: #666;
|
|
10161
|
+
font-size: 12px;
|
|
10100
10162
|
}
|
|
10101
10163
|
.filter_dropdown .filter_empty .filter_empty_text {
|
|
10102
10164
|
display: inline-flex;
|
|
@@ -10107,8 +10169,8 @@ p {
|
|
|
10107
10169
|
}
|
|
10108
10170
|
.filter_dropdown .ant-checkbox-wrapper {
|
|
10109
10171
|
flex: 1;
|
|
10110
|
-
font-size: 12px;
|
|
10111
10172
|
align-items: center;
|
|
10173
|
+
font-size: 12px;
|
|
10112
10174
|
}
|
|
10113
10175
|
.filter_dropdown .ant-checkbox-wrapper .ant-checkbox {
|
|
10114
10176
|
top: initial;
|
|
@@ -10144,18 +10206,18 @@ p {
|
|
|
10144
10206
|
padding: 0 0 8px;
|
|
10145
10207
|
}
|
|
10146
10208
|
.ant-drawer.lm_filter_drawer .filter_drawer_group_add .ant-btn {
|
|
10147
|
-
font-size: 12px;
|
|
10148
10209
|
max-width: initial;
|
|
10210
|
+
font-size: 12px;
|
|
10149
10211
|
}
|
|
10150
10212
|
.ant-drawer.lm_filter_drawer .filter_drawer_group_list .filter_drawer_group_item {
|
|
10151
10213
|
margin-bottom: var(--gap);
|
|
10152
10214
|
}
|
|
10153
10215
|
.ant-drawer.lm_filter_drawer .filter_drawer_group_list .filter_drawer_group_item .item_box {
|
|
10216
|
+
padding: calc(var(--gap) * 2);
|
|
10154
10217
|
line-height: 1;
|
|
10218
|
+
background: var(--background-color);
|
|
10155
10219
|
border: 1px solid transparent;
|
|
10156
10220
|
border-radius: 2px;
|
|
10157
|
-
background: var(--background-color);
|
|
10158
|
-
padding: calc(var(--gap) * 2);
|
|
10159
10221
|
cursor: pointer;
|
|
10160
10222
|
transition: 0.3s;
|
|
10161
10223
|
}
|
|
@@ -10165,12 +10227,12 @@ p {
|
|
|
10165
10227
|
justify-content: space-between;
|
|
10166
10228
|
}
|
|
10167
10229
|
.ant-drawer.lm_filter_drawer .filter_drawer_group_list .filter_drawer_group_item .item_box .item_header .item_header_title {
|
|
10168
|
-
font-size: 12px;
|
|
10169
10230
|
font-weight: 500;
|
|
10231
|
+
font-size: 12px;
|
|
10170
10232
|
}
|
|
10171
10233
|
.ant-drawer.lm_filter_drawer .filter_drawer_group_list .filter_drawer_group_item .item_box .item_header .item_header_icon {
|
|
10234
|
+
color: #8c8c8c;
|
|
10172
10235
|
font-size: 16px;
|
|
10173
|
-
color: #8C8C8C;
|
|
10174
10236
|
transition: 0.3s;
|
|
10175
10237
|
}
|
|
10176
10238
|
.ant-drawer.lm_filter_drawer .filter_drawer_group_list .filter_drawer_group_item .item_box .item_header .item_header_icon.icon_plus {
|
|
@@ -10186,9 +10248,9 @@ p {
|
|
|
10186
10248
|
padding-top: 12px;
|
|
10187
10249
|
}
|
|
10188
10250
|
.ant-drawer.lm_filter_drawer .filter_drawer_group_list .filter_drawer_group_item .item_box .item_tags .ant-tag {
|
|
10251
|
+
margin: 0;
|
|
10189
10252
|
color: var(--font-color);
|
|
10190
10253
|
background-color: var(--background-color);
|
|
10191
|
-
margin: 0;
|
|
10192
10254
|
}
|
|
10193
10255
|
.ant-drawer.lm_filter_drawer .filter_drawer_group_list .filter_drawer_group_item .item_box .item_tags .ant-tag.add_tags {
|
|
10194
10256
|
background: transparent;
|
|
@@ -10208,8 +10270,8 @@ p {
|
|
|
10208
10270
|
margin-bottom: 24px;
|
|
10209
10271
|
}
|
|
10210
10272
|
.ant-drawer.lm_filter_drawer .complex_filter_body .list_group .list_group_title {
|
|
10211
|
-
font-size: 14px;
|
|
10212
10273
|
font-weight: 500;
|
|
10274
|
+
font-size: 14px;
|
|
10213
10275
|
line-height: 1.25;
|
|
10214
10276
|
}
|
|
10215
10277
|
.ant-drawer.lm_filter_drawer .complex_filter_body .list_group .list_group_search {
|
|
@@ -10219,14 +10281,14 @@ p {
|
|
|
10219
10281
|
display: inline-flex;
|
|
10220
10282
|
align-items: center;
|
|
10221
10283
|
justify-content: center;
|
|
10222
|
-
font-size: 12px;
|
|
10223
10284
|
height: 24px;
|
|
10224
|
-
|
|
10285
|
+
padding: 0 8px;
|
|
10225
10286
|
color: var(--font-color);
|
|
10287
|
+
font-size: 12px;
|
|
10226
10288
|
background-color: var(--stripe-color);
|
|
10227
|
-
|
|
10228
|
-
transition: 0.3s;
|
|
10289
|
+
border-radius: 2px;
|
|
10229
10290
|
cursor: pointer;
|
|
10291
|
+
transition: 0.3s;
|
|
10230
10292
|
}
|
|
10231
10293
|
.ant-drawer.lm_det_drawer .checkbox_tag:hover,
|
|
10232
10294
|
.ant-drawer.lm_det_drawer .checkbox_tag.active {
|
|
@@ -10252,25 +10314,25 @@ p {
|
|
|
10252
10314
|
top: 0;
|
|
10253
10315
|
}
|
|
10254
10316
|
.ant-drawer.lm_det_drawer .ant-select {
|
|
10255
|
-
font-size: 12px;
|
|
10256
10317
|
width: 100%;
|
|
10318
|
+
font-size: 12px;
|
|
10257
10319
|
}
|
|
10258
10320
|
.ant-drawer.lm_det_drawer .custom_form {
|
|
10259
10321
|
display: flex;
|
|
10260
10322
|
flex-flow: column;
|
|
10261
|
-
height: 100%;
|
|
10262
10323
|
gap: 24px;
|
|
10324
|
+
height: 100%;
|
|
10263
10325
|
}
|
|
10264
10326
|
.ant-drawer.lm_det_drawer .custom_form .custom_label {
|
|
10265
|
-
font-size: 14px;
|
|
10266
|
-
font-weight: 500;
|
|
10267
10327
|
margin-bottom: 16px;
|
|
10268
10328
|
color: var(--font-color);
|
|
10329
|
+
font-weight: 500;
|
|
10330
|
+
font-size: 14px;
|
|
10269
10331
|
}
|
|
10270
10332
|
.ant-drawer.lm_det_drawer .custom_form .custom_full {
|
|
10271
10333
|
display: flex;
|
|
10272
|
-
flex-flow: column;
|
|
10273
10334
|
flex: 1;
|
|
10335
|
+
flex-flow: column;
|
|
10274
10336
|
}
|
|
10275
10337
|
.lm_filter_dropdown_picker {
|
|
10276
10338
|
padding: 0 !important;
|
|
@@ -10279,17 +10341,17 @@ p {
|
|
|
10279
10341
|
display: flex;
|
|
10280
10342
|
}
|
|
10281
10343
|
.lm_filter_dropdown_picker .filter_picker_box .filter_picker_aside {
|
|
10344
|
+
padding: 6px 0;
|
|
10282
10345
|
font-size: 12px;
|
|
10283
10346
|
border-right: 1px solid var(--background-color-hover);
|
|
10284
|
-
padding: 6px 0;
|
|
10285
10347
|
}
|
|
10286
10348
|
.lm_filter_dropdown_picker .filter_picker_box .filter_picker_aside .filter_picker_aside_item {
|
|
10287
10349
|
display: flex;
|
|
10288
10350
|
align-items: center;
|
|
10289
10351
|
height: 32px;
|
|
10290
10352
|
padding: 0 8px;
|
|
10291
|
-
transition: 0.3s;
|
|
10292
10353
|
cursor: pointer;
|
|
10354
|
+
transition: 0.3s;
|
|
10293
10355
|
}
|
|
10294
10356
|
.lm_filter_dropdown_picker .filter_picker_box .filter_picker_aside .filter_picker_aside_item:hover,
|
|
10295
10357
|
.lm_filter_dropdown_picker .filter_picker_box .filter_picker_aside .filter_picker_aside_item.active {
|
|
@@ -10300,13 +10362,13 @@ p {
|
|
|
10300
10362
|
align-items: center;
|
|
10301
10363
|
justify-content: space-between;
|
|
10302
10364
|
min-height: 40px;
|
|
10303
|
-
line-height: 1;
|
|
10304
10365
|
padding: 0 16px;
|
|
10366
|
+
line-height: 1;
|
|
10305
10367
|
border-bottom: 1px solid var(--background-color-hover);
|
|
10306
10368
|
}
|
|
10307
10369
|
.lm_filter_dropdown_picker .filter_picker_box .filter_picker_main .filter_picker_header .ant-radio-button-wrapper {
|
|
10308
|
-
font-size: 12px;
|
|
10309
10370
|
color: var(--font2-color);
|
|
10371
|
+
font-size: 12px;
|
|
10310
10372
|
}
|
|
10311
10373
|
.lm_filter_dropdown_picker .filter_picker_box .filter_picker_main .filter_picker_header .ant-radio-button-wrapper:hover,
|
|
10312
10374
|
.lm_filter_dropdown_picker .filter_picker_box .filter_picker_main .filter_picker_header .ant-radio-button-wrapper.ant-radio-button-wrapper-checked {
|
|
@@ -10394,6 +10456,7 @@ p {
|
|
|
10394
10456
|
}
|
|
10395
10457
|
.lm_select.ant-select {
|
|
10396
10458
|
font-size: 12px;
|
|
10459
|
+
width: 100%;
|
|
10397
10460
|
}
|
|
10398
10461
|
.lm_select .ant-select-selection-overflow-item-rest .ant-select-selection-item {
|
|
10399
10462
|
color: var(--primary-color);
|
|
@@ -11311,6 +11374,45 @@ p {
|
|
|
11311
11374
|
#lm_protable_warp .lm_protable .ant-table-empty table .ant-table-cell {
|
|
11312
11375
|
border-bottom: 0;
|
|
11313
11376
|
}
|
|
11377
|
+
#lm_protable_warp .lm_protable .ant-table-summary {
|
|
11378
|
+
height: 48px;
|
|
11379
|
+
}
|
|
11380
|
+
#lm_protable_warp .lm_protable .ant-table-summary > table {
|
|
11381
|
+
height: 100%;
|
|
11382
|
+
}
|
|
11383
|
+
#lm_protable_warp .lm_protable .ant-table-summary td {
|
|
11384
|
+
padding: 0 8px;
|
|
11385
|
+
text-align: right;
|
|
11386
|
+
background-color: var(--table-background-color);
|
|
11387
|
+
}
|
|
11388
|
+
#lm_protable_warp .lm_protable .ant-table-summary td:first-of-type {
|
|
11389
|
+
padding: 0 0 0 8px;
|
|
11390
|
+
text-align: left;
|
|
11391
|
+
}
|
|
11392
|
+
#lm_protable_warp .lm_protable .ant-table-summary td.number {
|
|
11393
|
+
border-right: 1px solid #eee;
|
|
11394
|
+
border-left: 1px solid #eee;
|
|
11395
|
+
}
|
|
11396
|
+
#lm_protable_warp .lm_protable .ant-table-summary td.money {
|
|
11397
|
+
color: var(--error-color);
|
|
11398
|
+
border-right: 1px solid #eee;
|
|
11399
|
+
border-left: 1px solid #eee;
|
|
11400
|
+
}
|
|
11401
|
+
#lm_protable_warp .lm_protable .ant-table-summary td.money-color {
|
|
11402
|
+
color: var(--error-color);
|
|
11403
|
+
}
|
|
11404
|
+
#lm_protable_warp .lm_protable .ant-table-summary td > div {
|
|
11405
|
+
overflow: hidden;
|
|
11406
|
+
white-space: nowrap;
|
|
11407
|
+
text-overflow: ellipsis;
|
|
11408
|
+
}
|
|
11409
|
+
#lm_protable_warp .lm_protable .ant-table-summary td > div:last-of-type {
|
|
11410
|
+
font-weight: bold;
|
|
11411
|
+
}
|
|
11412
|
+
#lm_protable_warp .lm_protable .ant-table-summary .total_title {
|
|
11413
|
+
position: relative;
|
|
11414
|
+
white-space: nowrap;
|
|
11415
|
+
}
|
|
11314
11416
|
#lm_protable_warp .ant-table-expand-icon-col {
|
|
11315
11417
|
width: 32px;
|
|
11316
11418
|
}
|
|
@@ -11831,6 +11933,7 @@ button.ant-table-row-expand-icon::after {
|
|
|
11831
11933
|
gap: 8px;
|
|
11832
11934
|
}
|
|
11833
11935
|
.lm_upload_wrapper .lm_upload_core {
|
|
11936
|
+
position: relative;
|
|
11834
11937
|
display: inline-flex;
|
|
11835
11938
|
vertical-align: middle;
|
|
11836
11939
|
}
|
|
@@ -11845,6 +11948,12 @@ button.ant-table-row-expand-icon::after {
|
|
|
11845
11948
|
cursor: pointer;
|
|
11846
11949
|
transition: all 0.3s;
|
|
11847
11950
|
}
|
|
11951
|
+
.lm_upload_wrapper .lm_upload_core .lm_upload_core_picture::after {
|
|
11952
|
+
position: absolute;
|
|
11953
|
+
background-color: var(--disabled-bg-color);
|
|
11954
|
+
cursor: not-allowed;
|
|
11955
|
+
inset: 0;
|
|
11956
|
+
}
|
|
11848
11957
|
.lm_upload_wrapper .lm_upload_core .lm_upload_core_picture:hover {
|
|
11849
11958
|
border-color: var(--primary-color);
|
|
11850
11959
|
}
|
|
@@ -11860,6 +11969,16 @@ button.ant-table-row-expand-icon::after {
|
|
|
11860
11969
|
margin-top: var(--gap);
|
|
11861
11970
|
color: var(--color-45);
|
|
11862
11971
|
}
|
|
11972
|
+
.lm_upload_wrapper .lm_upload_core.disabled .lm_upload_core_picture {
|
|
11973
|
+
border-color: var(--disabled-border-color);
|
|
11974
|
+
}
|
|
11975
|
+
.lm_upload_wrapper .lm_upload_core.disabled .lm_upload_core_picture::after {
|
|
11976
|
+
content: '';
|
|
11977
|
+
}
|
|
11978
|
+
.lm_upload_wrapper .lm_upload_core.disabled .lm_upload_core_picture .lm_upload_core_picture_action .action_plus,
|
|
11979
|
+
.lm_upload_wrapper .lm_upload_core.disabled .lm_upload_core_picture .lm_upload_core_picture_action .tip {
|
|
11980
|
+
color: var(--disabled-font-color);
|
|
11981
|
+
}
|
|
11863
11982
|
.lm_upload_wrapper .lm_upload_progress {
|
|
11864
11983
|
width: 100%;
|
|
11865
11984
|
height: 2px;
|
|
@@ -12356,6 +12475,7 @@ button.ant-table-row-expand-icon::after {
|
|
|
12356
12475
|
}
|
|
12357
12476
|
.lm_select.ant-select {
|
|
12358
12477
|
font-size: 12px;
|
|
12478
|
+
width: 100%;
|
|
12359
12479
|
}
|
|
12360
12480
|
.lm_select.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
|
|
12361
12481
|
box-shadow: none;
|
|
@@ -12369,6 +12489,33 @@ button.ant-table-row-expand-icon::after {
|
|
|
12369
12489
|
.lm_select_dropdown .ant-select-item-option-disabled {
|
|
12370
12490
|
color: var(--disabled-font-color);
|
|
12371
12491
|
}
|
|
12492
|
+
.lm_select_has_icon {
|
|
12493
|
+
width: 100%;
|
|
12494
|
+
display: flex;
|
|
12495
|
+
flex-direction: row;
|
|
12496
|
+
align-items: center;
|
|
12497
|
+
justify-content: flex-start;
|
|
12498
|
+
position: relative;
|
|
12499
|
+
}
|
|
12500
|
+
.lm_select_has_icon .ant-select {
|
|
12501
|
+
border-top-right-radius: 0;
|
|
12502
|
+
border-bottom-right-radius: 0;
|
|
12503
|
+
z-index: 3;
|
|
12504
|
+
}
|
|
12505
|
+
.lm_select_has_icon .ant-select .ant-select-selector {
|
|
12506
|
+
border-top-right-radius: 0 !important;
|
|
12507
|
+
border-bottom-right-radius: 0 !important;
|
|
12508
|
+
}
|
|
12509
|
+
.lm_select_has_icon .lm_select_icon_button {
|
|
12510
|
+
margin-left: -1px;
|
|
12511
|
+
border-top-left-radius: 0;
|
|
12512
|
+
border-bottom-left-radius: 0;
|
|
12513
|
+
z-index: 2;
|
|
12514
|
+
}
|
|
12515
|
+
.lm_select_has_icon .lm_select_icon_button:hover,
|
|
12516
|
+
.lm_select_has_icon .lm_select_icon_button:focus {
|
|
12517
|
+
z-index: 5;
|
|
12518
|
+
}
|
|
12372
12519
|
.ant-switch.lm-switch {
|
|
12373
12520
|
width: 48px;
|
|
12374
12521
|
height: 24px;
|
|
@@ -12545,6 +12692,9 @@ button.ant-table-row-expand-icon::after {
|
|
|
12545
12692
|
.lm_tree .ant-tree-node-selected > .ant-tree-title {
|
|
12546
12693
|
color: var(--primary-color);
|
|
12547
12694
|
}
|
|
12695
|
+
.lm_tree_select .ant-select-selection-placeholder {
|
|
12696
|
+
font-size: 12px;
|
|
12697
|
+
}
|
|
12548
12698
|
.ant-upload-select-picture-card div {
|
|
12549
12699
|
margin-top: 8px;
|
|
12550
12700
|
}
|