mirror of https://github.com/ElemeFE/element
Chore: update .eslintignore (#9694)
parent
248b1bf8de
commit
fa116490e3
|
@ -6,3 +6,4 @@ node_modules
|
|||
lib
|
||||
coverage
|
||||
*.md
|
||||
*.scss
|
||||
|
|
|
@ -536,7 +536,7 @@
|
|||
if (this.showSummary) {
|
||||
return {
|
||||
height: this.layout.tableHeight ? this.layout.tableHeight + 'px' : ''
|
||||
}
|
||||
};
|
||||
}
|
||||
return {
|
||||
height: this.layout.viewportHeight ? this.layout.viewportHeight + 'px' : ''
|
||||
|
|
Loading…
Reference in New Issue