dcp-design-react 1.9.3 → 1.9.5
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/lib/index.esm.js +1 -1
- package/lib/index.full.js +1 -1
- package/lib/index.js +1 -1
- package/lib/style/index.css +0 -3
- package/lib/style/index.min.css +1 -1
- package/lib/table/src/utils/index.d.ts +2 -2
- package/lib/table/style/table.less +0 -8
- package/package.json +2 -2
package/lib/style/index.css
CHANGED
|
@@ -29406,9 +29406,6 @@ table {
|
|
|
29406
29406
|
border-right: 1px solid #e8e8e8;
|
|
29407
29407
|
box-sizing: border-box;
|
|
29408
29408
|
}
|
|
29409
|
-
.qm-table.is--border .qm-table--body tbody > tr:nth-last-child(1) .body--column {
|
|
29410
|
-
border-bottom: 0;
|
|
29411
|
-
}
|
|
29412
29409
|
.qm-table:not(.is--border):before,
|
|
29413
29410
|
.qm-table:not(.is--border):after {
|
|
29414
29411
|
border: 0;
|