Исправила размеры таблиц
This commit is contained in:
parent
c59b947673
commit
3fcfc72848
@ -68,7 +68,7 @@ export class DivisionsComponent implements OnInit {
|
||||
document.getElementsByTagName('thead')[0].style.width = '100%';
|
||||
document.getElementsByTagName('thead')[0].style.tableLayout = 'fixed';
|
||||
document.getElementsByTagName('tbody')[0].style.display = 'block';
|
||||
document.getElementsByTagName('tbody')[0].style.maxHeight = 'calc(100vh - 290px)';
|
||||
document.getElementsByTagName('tbody')[0].style.maxHeight = 'calc(100vh - 341px)';
|
||||
document.getElementsByTagName('tbody')[0].style.overflowY = 'scroll';
|
||||
},
|
||||
error: (err) => {
|
||||
|
||||
@ -75,7 +75,7 @@ export class TerminalsComponent implements OnInit {
|
||||
document.getElementsByTagName('thead')[0].style.width = '100%';
|
||||
document.getElementsByTagName('thead')[0].style.tableLayout = 'fixed';
|
||||
document.getElementsByTagName('tbody')[0].style.display = 'block';
|
||||
document.getElementsByTagName('tbody')[0].style.maxHeight = 'calc(100vh - 290px)';
|
||||
document.getElementsByTagName('tbody')[0].style.maxHeight = 'calc(100vh - 341px)';
|
||||
document.getElementsByTagName('tbody')[0].style.overflowY = 'scroll';
|
||||
},
|
||||
error: (err) => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user