linkmore-design 1.1.28-alpha.6 → 1.1.28-alpha.7
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/index.umd.js +128 -101
- package/dist/index.umd.min.js +1 -1
- package/dist/variables.css +1 -6
- package/es/CustomTableOption/columnsSort.js +2 -3
- package/es/LmEditTable/EditTable.js +120 -92
- package/es/LmEditTable/style/index.css +1 -6
- package/es/LmEditTable/style/variables.css +1 -6
- package/es/styles/variables.css +1 -6
- package/lib/CustomTableOption/columnsSort.js +2 -3
- package/lib/LmEditTable/EditTable.js +120 -92
- package/lib/LmEditTable/style/index.css +1 -6
- package/lib/LmEditTable/style/variables.css +1 -6
- package/lib/styles/variables.css +1 -6
- package/package.json +1 -1
|
@@ -530,7 +530,7 @@ p {
|
|
|
530
530
|
content: '-';
|
|
531
531
|
}
|
|
532
532
|
.lm_editTable_warpper .ant-table-thead .ant-table-cell {
|
|
533
|
-
height: 40px;
|
|
533
|
+
min-height: 40px;
|
|
534
534
|
padding: 10px 8px;
|
|
535
535
|
font-family: PingFangSC-Medium;
|
|
536
536
|
font-size: 12px;
|
|
@@ -559,11 +559,6 @@ p {
|
|
|
559
559
|
.lm_editTable_warpper .lm_custom_cell_td {
|
|
560
560
|
position: relative;
|
|
561
561
|
}
|
|
562
|
-
.lm_editTable_warpper .lm_custom_cell_td.ant-table-cell-with-append {
|
|
563
|
-
display: flex;
|
|
564
|
-
flex-direction: row;
|
|
565
|
-
flex-wrap: nowrap;
|
|
566
|
-
}
|
|
567
562
|
.lm_editTable_warpper .lm_custom_cell_td.ant-table-cell-with-append .ant-table-row-expand-icon {
|
|
568
563
|
margin-right: 8px;
|
|
569
564
|
flex: none;
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
content: '-';
|
|
19
19
|
}
|
|
20
20
|
.lm_editTable_warpper .ant-table-thead .ant-table-cell {
|
|
21
|
-
height: 40px;
|
|
21
|
+
min-height: 40px;
|
|
22
22
|
padding: 10px 8px;
|
|
23
23
|
font-family: PingFangSC-Medium;
|
|
24
24
|
font-size: 12px;
|
|
@@ -47,11 +47,6 @@
|
|
|
47
47
|
.lm_editTable_warpper .lm_custom_cell_td {
|
|
48
48
|
position: relative;
|
|
49
49
|
}
|
|
50
|
-
.lm_editTable_warpper .lm_custom_cell_td.ant-table-cell-with-append {
|
|
51
|
-
display: flex;
|
|
52
|
-
flex-direction: row;
|
|
53
|
-
flex-wrap: nowrap;
|
|
54
|
-
}
|
|
55
50
|
.lm_editTable_warpper .lm_custom_cell_td.ant-table-cell-with-append .ant-table-row-expand-icon {
|
|
56
51
|
margin-right: 8px;
|
|
57
52
|
flex: none;
|
package/lib/styles/variables.css
CHANGED
|
@@ -9734,7 +9734,7 @@ p {
|
|
|
9734
9734
|
content: '-';
|
|
9735
9735
|
}
|
|
9736
9736
|
.lm_editTable_warpper .ant-table-thead .ant-table-cell {
|
|
9737
|
-
height: 40px;
|
|
9737
|
+
min-height: 40px;
|
|
9738
9738
|
padding: 10px 8px;
|
|
9739
9739
|
font-family: PingFangSC-Medium;
|
|
9740
9740
|
font-size: 12px;
|
|
@@ -9763,11 +9763,6 @@ p {
|
|
|
9763
9763
|
.lm_editTable_warpper .lm_custom_cell_td {
|
|
9764
9764
|
position: relative;
|
|
9765
9765
|
}
|
|
9766
|
-
.lm_editTable_warpper .lm_custom_cell_td.ant-table-cell-with-append {
|
|
9767
|
-
display: flex;
|
|
9768
|
-
flex-direction: row;
|
|
9769
|
-
flex-wrap: nowrap;
|
|
9770
|
-
}
|
|
9771
9766
|
.lm_editTable_warpper .lm_custom_cell_td.ant-table-cell-with-append .ant-table-row-expand-icon {
|
|
9772
9767
|
margin-right: 8px;
|
|
9773
9768
|
flex: none;
|