ls-pro-common 1.0.73 → 1.0.75
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 +6 -6
- package/dist/common.min.css +6 -6
- package/package.json +2 -2
package/dist/common.css
CHANGED
|
@@ -324,6 +324,9 @@ a:hover {
|
|
|
324
324
|
.ant-pro-table-srcoll .ant-table-placeholder td {
|
|
325
325
|
border-bottom: none;
|
|
326
326
|
}
|
|
327
|
+
.ant-pro-table-srcoll .ant-table.ant-table-small tfoot.ant-table-summary tr td:last-child {
|
|
328
|
+
padding-right: 17px;
|
|
329
|
+
}
|
|
327
330
|
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-title,
|
|
328
331
|
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-footer,
|
|
329
332
|
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-thead > tr > th,
|
|
@@ -349,9 +352,6 @@ a:hover {
|
|
|
349
352
|
.ls-pro-table-mini .ant-table.ant-table-small tfoot > tr > td.ant-table-cell-fix-left-last {
|
|
350
353
|
padding-right: 15px;
|
|
351
354
|
}
|
|
352
|
-
.ant-table-summary .last-cell {
|
|
353
|
-
padding-right: 18px;
|
|
354
|
-
}
|
|
355
355
|
.ls-pro-table .ant-table-tbody tr:nth-of-type(odd) {
|
|
356
356
|
background-color: #f7fafc;
|
|
357
357
|
}
|
|
@@ -2293,6 +2293,9 @@ html {
|
|
|
2293
2293
|
.ant-pro-table-srcoll .ant-table-placeholder td {
|
|
2294
2294
|
border-bottom: none;
|
|
2295
2295
|
}
|
|
2296
|
+
.ant-pro-table-srcoll .ant-table.ant-table-small tfoot.ant-table-summary tr td:last-child {
|
|
2297
|
+
padding-right: 17px;
|
|
2298
|
+
}
|
|
2296
2299
|
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-title,
|
|
2297
2300
|
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-footer,
|
|
2298
2301
|
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-thead > tr > th,
|
|
@@ -2318,9 +2321,6 @@ html {
|
|
|
2318
2321
|
.ls-pro-table-mini .ant-table.ant-table-small tfoot > tr > td.ant-table-cell-fix-left-last {
|
|
2319
2322
|
padding-right: 15px;
|
|
2320
2323
|
}
|
|
2321
|
-
.ant-table-summary .last-cell {
|
|
2322
|
-
padding-right: 18px;
|
|
2323
|
-
}
|
|
2324
2324
|
.ls-pro-table .ant-table-tbody tr:nth-of-type(odd) {
|
|
2325
2325
|
background-color: #f7fafc;
|
|
2326
2326
|
}
|
package/dist/common.min.css
CHANGED
|
@@ -324,6 +324,9 @@ a:hover {
|
|
|
324
324
|
.ant-pro-table-srcoll .ant-table-placeholder td {
|
|
325
325
|
border-bottom: none;
|
|
326
326
|
}
|
|
327
|
+
.ant-pro-table-srcoll .ant-table.ant-table-small tfoot.ant-table-summary tr td:last-child {
|
|
328
|
+
padding-right: 17px;
|
|
329
|
+
}
|
|
327
330
|
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-title,
|
|
328
331
|
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-footer,
|
|
329
332
|
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-thead > tr > th,
|
|
@@ -349,9 +352,6 @@ a:hover {
|
|
|
349
352
|
.ls-pro-table-mini .ant-table.ant-table-small tfoot > tr > td.ant-table-cell-fix-left-last {
|
|
350
353
|
padding-right: 15px;
|
|
351
354
|
}
|
|
352
|
-
.ant-table-summary .last-cell {
|
|
353
|
-
padding-right: 18px;
|
|
354
|
-
}
|
|
355
355
|
.ls-pro-table .ant-table-tbody tr:nth-of-type(odd) {
|
|
356
356
|
background-color: #f7fafc;
|
|
357
357
|
}
|
|
@@ -2293,6 +2293,9 @@ html {
|
|
|
2293
2293
|
.ant-pro-table-srcoll .ant-table-placeholder td {
|
|
2294
2294
|
border-bottom: none;
|
|
2295
2295
|
}
|
|
2296
|
+
.ant-pro-table-srcoll .ant-table.ant-table-small tfoot.ant-table-summary tr td:last-child {
|
|
2297
|
+
padding-right: 17px;
|
|
2298
|
+
}
|
|
2296
2299
|
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-title,
|
|
2297
2300
|
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-footer,
|
|
2298
2301
|
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-thead > tr > th,
|
|
@@ -2318,9 +2321,6 @@ html {
|
|
|
2318
2321
|
.ls-pro-table-mini .ant-table.ant-table-small tfoot > tr > td.ant-table-cell-fix-left-last {
|
|
2319
2322
|
padding-right: 15px;
|
|
2320
2323
|
}
|
|
2321
|
-
.ant-table-summary .last-cell {
|
|
2322
|
-
padding-right: 18px;
|
|
2323
|
-
}
|
|
2324
2324
|
.ls-pro-table .ant-table-tbody tr:nth-of-type(odd) {
|
|
2325
2325
|
background-color: #f7fafc;
|
|
2326
2326
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ls-pro-common",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.75",
|
|
4
4
|
"description": "ls-pro-common",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"antd",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
],
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@ant-design/icons": "^4.3.0",
|
|
30
|
-
"ls-pro-table": "2.62.
|
|
30
|
+
"ls-pro-table": "2.62.55",
|
|
31
31
|
"ls-pro-form": "1.52.33",
|
|
32
32
|
"@babel/runtime": "^7.16.3",
|
|
33
33
|
"classnames": "^2.2.6",
|