@charset "UTF-8";
/**
 * @description 全局主题变量配置
 */
/* stylelint-disable */
[data-v-17e18fd1]:export {
  menu-color: #25293c;
  menu-color-active: rgba(255, 255, 255, 0.95);
  menu-background: white;
}
.daily-inspection-report[data-v-17e18fd1] {
  min-height: 100%;
}
.filter-grid[data-v-17e18fd1] {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.filter-grid[data-v-17e18fd1] .el-form-item {
  margin-right: 10px;
  margin-bottom: 12px;
}
.filter-grid[data-v-17e18fd1] .el-select,
.filter-grid[data-v-17e18fd1] .el-date-editor {
  width: 240px;
}
.filter-grid[data-v-17e18fd1] .search-pagination,
.filter-grid[data-v-17e18fd1] .search-pagination .inputBox {
  width: 240px;
}
.filter-grid[data-v-17e18fd1] .search-pagination .inputBox {
  box-sizing: border-box;
  min-height: 32px;
  padding: 0 15px;
  border-color: #dcdfe6;
}
.filter-grid[data-v-17e18fd1] .search-pagination .el-tag {
  height: 24px;
  line-height: 22px;
}
.filter-actions[data-v-17e18fd1] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  padding-bottom: 12px;
}
.report-table[data-v-17e18fd1] {
  width: 100%;
}
.report-table[data-v-17e18fd1] th {
  padding: 8px 0;
  color: #303133;
  background: #fafafa;
  font-weight: 600;
}
.report-table[data-v-17e18fd1] .el-table__fixed::before {
  height: 0;
}
