:host {
  display: block;
  height: 100%;
  overflow: hidden;
}
::ng-deep .full-content {
  overflow: hidden;
}
::ng-deep .full-content .content router-outlet + * {
  height: 100%;
  width: 100%;
}
::ng-deep .full-content .content__title {
  margin-left: -24px;
}
::ng-deep .full-content-fs .header,
::ng-deep .full-content-fs .aside,
::ng-deep .full-content-fs reuse-tab {
  display: none !important;
}
::ng-deep .full-content-fs .content {
  margin: 24px !important;
}
::ng-deep .full-content-ht .content__title,
::ng-deep .full-content-ht pro-header {
  display: none !important;
}
