/* 
col[columnname='lbActionColumn'] {width:60px !important}
colgroup col:not([columnname]){width: 0px;}
td.lb-LBTableStubCell-cell{width: 0px;}
th.lb-LBStubHeaderCell-cell {
  width: 0px;
} */

.lb-LBObjectRoot-container col[columnname='lbActionColumn'] {
  width: 60px !important
}

.lb-LBObjectRoot-container colgroup col:not([columnname]) {
  width: 0px;
}

.lb-LBObjectRoot-container td.lb-LBTableStubCell-cell {
  width: 0px;
} 

.lb-LBObjectRoot-container th.lb-LBStubHeaderCell-cell {
 width: 0px;
}

.lb-LBLogin-avatar{display:none !important}


.lb-LBAppStandardHistoryBar-tab.Mui-selected .lb-LBAppContentTab-wrapper{font-weight: bold; }
.lb-LBAppStandardHistoryBar-tab.lb-LBAppContentTab-root svg.lb-LBSvgIcon-root.close{visibility: visible !important;}

/* 打印页面样式覆盖 */
.lb-print-LBDialogTitle-text{font-size:1.1rem;}
.lb-print-LBFormColumn-root{margin-bottom: 0px !important;}
.lb-print-LBPrintableDataGridBaseFormatter-root{min-height: 24px !important;}

