
.sampling-info-display[data-v-4b985e8a] {
  padding: 20px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.table-container[data-v-4b985e8a] {
  margin-bottom: 20px;
  /* 表格高度自适应，根据数据量自动调整 */
  max-height: none;
  overflow-y: visible;
}
.content[data-v-4b985e8a] {
  padding: 10px 0;
}
.form-item[data-v-4b985e8a] {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-label[data-v-4b985e8a] {
  font-weight: 500;
  margin-right: 10px;
  min-width: 80px;
}
.form-value[data-v-4b985e8a] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.el-collapse-box[data-v-4b985e8a] {
  /* border: 1px solid #e4e7ed; */
  /* border-radius: 4px; */
  overflow: hidden;
}
.folding-panel[data-v-4b985e8a] {
  border-bottom: 1px solid #e4e7ed;
}
.folding-panel[data-v-4b985e8a]:last-child {
  border-bottom: none;
}
.table[data-v-4b985e8a] {
  margin-top: 10px;
}


.original-record-simple-view[data-v-31cf41c0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  overflow: hidden;
  background: #f5f6fa;
}
.radio-group-bar[data-v-31cf41c0] {
  padding: 10px 20px;
  border-bottom: 1px solid #e4e7ed;
  background: #fafafa;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ysjl-sub-radio[data-v-31cf41c0] {
  margin-top: 8px;
  margin-left: 4px;
}
.content-area[data-v-31cf41c0] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.content-box[data-v-31cf41c0] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
  width: 100%;
  height: 100%;
}

/* 检测原始记录容器 */
.ysjl-container[data-v-31cf41c0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* 检测原始记录：网页模式布局 */
.ysjl-web-layout[data-v-31cf41c0] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
}

/* PDF 预览 iframe */
.pdf-iframe[data-v-31cf41c0] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  height: 100%;
  border: none;
}
.empty-wrap[data-v-31cf41c0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
}

