@charset "UTF-8";
/**
 * @description 全局主题变量配置
 */
/* stylelint-disable */
[data-v-9eb961d0]:export {
  menu-color: #25293c;
  menu-color-active: rgba(255, 255, 255, 0.95);
  menu-background: white;
}
[data-v-9eb961d0] .el-dialog__body {
  padding-top: 10px;
  padding-bottom: 5px;
}
[data-v-9eb961d0] .rowClassName {
  cursor: pointer !important;
}
[data-v-9eb961d0] .el-table__header .el-table-column--selection .cell .el-checkbox:after {
  content: "本页全选";
  color: black;
  font-weight: bold;
  font-size: 12px;
  margin-left: 5px;
}
@charset "UTF-8";
/**
 * @description 全局主题变量配置
 */
/* stylelint-disable */
[data-v-d06e3350]:export {
  menu-color: #25293c;
  menu-color-active: rgba(255, 255, 255, 0.95);
  menu-background: white;
}
.btn-group[data-v-d06e3350] {
  margin-bottom: 10px;
}
@charset "UTF-8";
/**
 * @description 全局主题变量配置
 */
/* stylelint-disable */
[data-v-2cbe50de]:export {
  menu-color: #25293c;
  menu-color-active: rgba(255, 255, 255, 0.95);
  menu-background: white;
}
.skuWrap[data-v-2cbe50de] {
  width: 500px;
  margin-top: 12px;
}
.skuWrap .inputWrap[data-v-2cbe50de] {
  display: flex;
  align-items: center;
}
.skuWrap .feedbackWrap[data-v-2cbe50de] {
  background: #e9e9e9;
  margin-top: 5px;
  padding: 5px;
  border-radius: 4px;
  margin-right: 15px;
  display: flex;
}
.skuWrap .feedbackWrap .label[data-v-2cbe50de] {
  width: 6em;
  line-height: 30px;
}
.skuWrap .feedbackWrap .value[data-v-2cbe50de] {
  flex: 1;
}
.skuWrap .feedbackWrap .value .feedbackList .feedback[data-v-2cbe50de] {
  background-color: #fff;
  padding: 2px 5px;
  display: flex;
  align-items: center;
  height: 30px;
  border-radius: 4px;
  margin-bottom: 5px;
}
.skuWrap .feedbackWrap .value .feedbackList .feedback span[data-v-2cbe50de] {
  flex: 1;
  width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-group[data-v-2cbe50de] {
  margin-left: 30px;
}
