
.input-with-select[data-v-8b5fea3a]{
  width: 260px;
  margin-left: 10px;
}
.pagination[data-v-8b5fea3a]{
  margin-top: 10px;
}
.flex[data-v-8b5fea3a]{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}


.search-item[data-v-7a26ce71]{
  width: 250px;
  margin-right: 10px;
}
.flex-box[data-v-7a26ce71]{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

.production-requirements-editor[data-v-90cbeccc] {
  width: 100%;
}
.production-requirements-editor .production-requirements-field[data-v-90cbeccc] {
  width: 100%;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.production-requirements-editor .production-requirements-field[data-v-90cbeccc]:hover {
  border-color: #c0c4cc;
}
.production-requirements-editor .production-requirements-field[data-v-90cbeccc]:focus-within {
  border-color: #409eff;
}
.production-requirements-editor .production-requirements-field.disabled[data-v-90cbeccc] {
  background: #f5f7fa;
  border-color: #e4e7ed;
}
.production-requirements-editor .production-textarea[data-v-90cbeccc] .el-textarea__inner {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 8px 10px 4px;
  background: transparent;
  line-height: 20px;
}
.production-requirements-editor .field-footer[data-v-90cbeccc] {
  padding: 4px 10px 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.production-requirements-editor .word-count[data-v-90cbeccc] {
  color: #909399;
  font-size: 12px;
  line-height: 25px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.production-requirements-editor .file-preview-list[data-v-90cbeccc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.production-requirements-editor .file-preview-item[data-v-90cbeccc] {
  width: 40px;
  height: 40px;
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  background: #fafafa;
  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;
}
.production-requirements-editor .file-preview-item[data-v-90cbeccc]:hover {
  border-color: #409eff;
}
.production-requirements-editor .file-preview-item:hover .file-preview-mask[data-v-90cbeccc] {
  visibility: visible;
}
.production-requirements-editor .upload-trigger-wrap[data-v-90cbeccc] {
  width: 40px;
  height: 40px;
  display: block;
}
.production-requirements-editor .upload-trigger[data-v-90cbeccc] {
  width: 40px;
  height: 40px;
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  background: #fafafa;
  color: #8c939d;
  cursor: pointer;
  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;
  font-size: 22px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.production-requirements-editor .upload-trigger[data-v-90cbeccc]:hover {
  color: #409eff;
  border-color: #409eff;
}
.production-requirements-editor .file-icon-svg[data-v-90cbeccc] {
  width: 38px;
  height: 38px;
}
.production-requirements-editor .file-preview-mask[data-v-90cbeccc] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  visibility: hidden;
}
.production-requirements-editor .file-preview-mask .mask-btn[data-v-90cbeccc] {
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
.production-requirements-editor .file-preview-mask .mask-btn[data-v-90cbeccc]:hover {
  color: #409eff;
}
.icon-refresh[data-v-114c2ade] {
  cursor: pointer;
  margin-left: 10px;
}
.tip-box[data-v-114c2ade] {
  background-color: #4fb2d1;
  color: white;
  padding: 15px 25px;
  margin-top: 20px;
  line-height: 1.8;
  font-size: 13px;
  border-radius: 4px;
}
.tip-box p[data-v-114c2ade] {
  margin: 0 !important;
}
.log-detail-fullscreen[data-v-114c2ade] {
  background-color: #f5f7fa !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}
.log-detail-fullscreen[data-v-114c2ade] .el-dialog__header {
  background: #fff;
  padding: 15px 20px;
  border-bottom: 1px solid #e4e7ed;
}
.log-detail-fullscreen[data-v-114c2ade] .el-dialog__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 !important;
  overflow: hidden;
  position: relative;
  background: #fff;
}
.log-detail-fullscreen[data-v-114c2ade] .el-dialog__footer {
  background: #fff;
  padding: 10px 20px;
  border-top: 1px solid #e4e7ed;
  text-align: right;
}
.title-container[data-v-114c2ade] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.title-container .title-text-wrap[data-v-114c2ade] {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.title-container .title-text-wrap[data-v-114c2ade]:hover {
  opacity: 0.8;
}
.title-container .title-text-wrap .title-text[data-v-114c2ade] {
  font-size: 16px;
  font-weight: bold;
  color: #303133;
}
.luckysheet-detail-body[data-v-114c2ade] {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.luckysheet-detail-body #log-luckysheet[data-v-114c2ade] {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.tip-box[data-v-114c2ade] {
  background-color: #4fb2d1;
  color: white;
  padding: 15px 25px;
  margin-top: 20px;
  line-height: 1.8;
  font-size: 13px;
  border-radius: 4px;
}
.tip-box p[data-v-114c2ade] {
  margin: 0 !important;
}
