Lines Matching refs:style
57 htmlDivElement.style.overflowX = 'scroll';
67 this.pagination!.style.display = 'none';
104 td[index].style.width = `${bodyList[index].offsetWidth}px`;
105 td[index].style.overflow = 'hidden';
115 tableHeadStyle.children[index].style.gridArea = null;
118 this.queryTableEl!.style.height = '100%';
154 this.pagination!.style.display = 'none';
181 this.queryTableEl!.style.height = '100%';
199 that.pagination!.style.display = 'block';
200 that.pagination!.style.opacity = '1';
211 that.pagination!.style.opacity = '0';
220 this.pagination!.style.opacity = '0';
290 this.pagination!.style.display = 'none';
322 this.selector?.style.height = selectHeight;
344 queryDataSty.children[index].style.backgroundColor = 'var(--dark-background5,#F6F6F6)';