
.patenthub-page[data-v-d11d2af8] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100vh; /* 占满全屏 */
  overflow: hidden;
  background: white;
}
iframe[data-v-d11d2af8] {
  width: 100%;
  height: 100%;
  border: none;
}

/* loading 遮罩 */
.loading-mask[data-v-d11d2af8] {
  position: absolute;
  inset: 0;
  z-index: 10;
  background: #FFF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.loading-mask p[data-v-d11d2af8] {
  margin-top: 12px;
  color: #666;
  font-size: 14px;
}
.iframe-container[data-v-d11d2af8] {
  position: relative; /* 核心：确立定位基准 */
  -ms-flex: 1;
      flex: 1; /* 自动填满剩余高度 */
  width: 100%;
  overflow: hidden;
}
.full-iframe[data-v-d11d2af8] {
  width: 100%;
  height: 100%;
  display: block;
}
.tabs-header[data-v-d11d2af8] {
  padding: 10px 20px 0;
  background: #fff;
  border-bottom: 1px solid #dcdfe6;
  -ms-flex-negative: 0;
      flex-shrink: 0; /* 防止头部被压缩 */
}

/* 调整 Element Tabs 样式使其更紧凑 */
[data-v-d11d2af8] .el-tabs__header {
  margin: 0;
}

