/* iframe {
  height: calc(100% - 3px) !important;
} */
/* 公共样式 */
.self-auto-height-box {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 102px);
}
.self-auto-height-box .layui-table-view {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden auto;
}

.self-auto-height-box .layui-table-box {
  flex: 1;
}

.self-auto-height-box .layui-table-box .layui-table-fixed-l {
  height: 100%;
}

.self-auto-height-box .layui-table-box .layui-table-body {
  height: calc(100% - 39px) !important;
}

/* 表头禁止选中 */
.layui-table-header th {
  user-select: none;
}

.layui-table-page {
  margin-bottom: 0px;
}

.skin_view_entrust .layui-table-view,
.skin_view_log .layui-table-view {
  height: 100%;
}

.skin_view_entrust .layui-table-body {
  height: calc(100% - 39px) !important;
}
