@jiaozhiye/qm-design-react 1.9.0 → 1.9.2

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.
@@ -12,6 +12,7 @@ type IExtra = {
12
12
  flattenColumns: IColumn[];
13
13
  leftFixedColumns: IColumn[];
14
14
  layout: ITableState['layout'];
15
+ scrollX: boolean;
15
16
  scrollY: boolean;
16
17
  tableData: IRecord[];
17
18
  showFooter: boolean;
@@ -244,10 +244,10 @@
244
244
  pointer-events: none;
245
245
  }
246
246
  }
247
- &.ping--left .cell-fix-left-last::after {
247
+ &.is--ping-left .cell-fix-left-last::after {
248
248
  box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.15);
249
249
  }
250
- &.ping--right .cell-fix-right-first::after {
250
+ &.is--ping-right .cell-fix-right-first::after {
251
251
  box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15);
252
252
  }
253
253
  }
@@ -272,16 +272,16 @@
272
272
  .header--column,
273
273
  .body--column,
274
274
  .footer--column {
275
- // border-bottom: 1px solid @v-table-border-color;
276
- // border-right: 1px solid @v-table-border-color;
277
- box-shadow: inset -1px -1px 0 @v-table-border-color;
275
+ border-bottom: 1px solid @v-table-border-color;
276
+ border-right: 1px solid @v-table-border-color;
277
+ // box-shadow: inset -1px -1px 0 @v-table-border-color;
278
278
  .box-sizing-content();
279
279
  }
280
280
  .@{prefix-table}--body {
281
281
  tbody > tr:nth-last-child(1) {
282
282
  .body--column {
283
- // border-bottom: 0;
284
- box-shadow: inset -1px 0 0 @v-table-border-color;
283
+ border-bottom: 0;
284
+ // box-shadow: inset -1px 0 0 @v-table-border-color;
285
285
  }
286
286
  }
287
287
  }
@@ -294,8 +294,8 @@
294
294
  }
295
295
  .header--column,
296
296
  .body--column {
297
- // border-bottom: 1px solid @v-table-border-color;
298
- box-shadow: inset 0 -1px 0 @v-table-border-color;
297
+ border-bottom: 1px solid @v-table-border-color;
298
+ // box-shadow: inset 0 -1px 0 @v-table-border-color;
299
299
  }
300
300
  }
301
301
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jiaozhiye/qm-design-react",
3
- "version": "1.9.0",
3
+ "version": "1.9.2",
4
4
  "description": "A Component Library for React",
5
5
  "keywords": [
6
6
  "React",