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