@charset "UTF-8";
/**
 * @description 全局主题变量配置
 */
/* stylelint-disable */
[data-v-318016cc]:export {
  menu-color: #25293c;
  menu-color-active: rgba(255, 255, 255, 0.95);
  menu-background: white;
}
.configCenter-page[data-v-318016cc] {
  padding: 20px;
}
.configCenter-page[data-v-318016cc] .el-tabs__nav .el-tabs__item {
  padding-left: 0;
}
.configCenter-page .configCenter-tabs[data-v-318016cc] .el-tabs__header {
  margin-right: 20px;
}
.configCenter-page .previewTable[data-v-318016cc] {
  width: 100%;
  margin-top: 20px;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
}
.configCenter-page .previewTable .handleConfirmUpload[data-v-318016cc] {
  margin-bottom: 20px;
}
.configCenter-page .prodConfirm-btn[data-v-318016cc] .el-button + .el-button {
  margin-left: 0;
}
.configCenter-page .prodConfirm-btn .el-button[data-v-318016cc]:nth-child(1) {
  border-right: 0;
  border-radius: 3px 0 0 3px;
}
.configCenter-page .prodConfirm-btn .el-button[data-v-318016cc]:nth-child(2) {
  border-radius: 0 3px 3px 0;
}
.configCenter-page .orderAdjust-btn[data-v-318016cc] .el-button + .el-button {
  margin-left: 0;
}
.configCenter-page .orderAdjust-btn .el-button[data-v-318016cc]:nth-child(1) {
  border-right: 0;
  border-radius: 3px 0 0 3px;
}
.configCenter-page .orderAdjust-btn .el-button[data-v-318016cc]:nth-child(2) {
  border-radius: 0;
}
.configCenter-page .orderAdjust-btn .el-button[data-v-318016cc]:nth-child(3) {
  border-left: 0;
  border-radius: 0 3px 3px 0;
}
.configCenter-page .configCenter-tips[data-v-318016cc] {
  font-size: 13px;
  color: #666;
  margin-bottom: 20px;
}
.configCenter-page .tgqrcount-carryover-ipt[data-v-318016cc] {
  width: 80px;
}
.configCenter-search[data-v-318016cc] {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}
.configCenter-search .form-btn-container[data-v-318016cc] {
  margin-top: 8px;
}
.configCenter-content[data-v-318016cc] {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
}
.configCenter-content .list-head[data-v-318016cc] {
  padding-bottom: 20px;
}
.configCenter-content[data-v-318016cc] .el-table__empty-text {
  text-align: left;
}
