Skip to content

Commit dcb0562

Browse files
author
liyuan-meng
committed
✨删除 console
1 parent 50a619f commit dcb0562

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/components/c-table/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,6 @@ class CTable extends Component {
300300
if (isFirefox() || !this.hasCustomScroll) {
301301
return;
302302
}
303-
console.log(1);
304303
const fixedColumn = this.state.columnData
305304
.filter((item) => item.fixed === 'right')
306305
.reverse();
@@ -321,7 +320,6 @@ class CTable extends Component {
321320
// } else {
322321
// Object.assign(ele.style, { right: 0 });
323322
// }
324-
console.log(this.hasScroll());
325323
Object.assign(ele.style, { right: this.hasScroll() ? getScrollbarWidth() : 0 });
326324
} else {
327325
const right = fixedColumn.slice(0, index).reduce(

0 commit comments

Comments
 (0)