/**
* 打印样式
*/

.show-for-print {
  display:inline-block !important;
}

.show-for-print-block {
  display:block !important;
}

.hide-for-print {
  display:none !important;
}

.main-body .content-wrapper .content-inner {
  position: relative;
  overflow: visible !important;
}

.bootstrap-table .fixed-table-container {
  height: auto !important;
  padding-bottom: 10px !important;
}

.bootstrap-table .fixed-table-header {
  display: none !important;
}

.bootstrap-table .fixed-table-toolbar .columns-right {
  display: none;
}

.bootstrap-table .fixed-table-body {
  overflow: scroll !important;
  height: auto !important;
}

.bootstrap-table .fixed-table-body > table {
  margin-top: 0 !important;
}

.bootstrap-table .fixed-table-body th {
  font-weight: bold;
}

body > div.hint-css {
  display: none !important;
}

.app .wrapper,
.app .main-body,
.app .content-wrapper,
.app .content-wrapper .content {
  display: block;
  flex: none;
}

.app .wrapper {
  min-height: auto;
  flex-direction: unset;
}
