新增表格参数(是否显示全屏按钮showFullscreen)

This commit is contained in:
RuoYi
2020-04-23 14:24:49 +08:00
parent 14bb9f3cba
commit cb32d5cc90
3 changed files with 13 additions and 2 deletions

View File

@ -900,6 +900,16 @@ label {
z-index:100;
}
/** 表格全屏样式 **/
.bootstrap-table.fullscreen {
position: fixed;
top: 0;
left: 0;
z-index: 1050;
width: 100%!important;
background: #FFF;
}
/** 表格树样式 **/
.bootstrap-tree-table .treetable-indent {width:16px; height: 16px; display: inline-block; position: relative;}
.bootstrap-tree-table .treetable-expander {width:16px; height: 16px; display: inline-block; position: relative; cursor: pointer;}