
.export-polling-button[data-v-7f3c51fe] {
  display: inline-block;
}
.dialog-footer[data-v-7f3c51fe] {
  text-align: center;
  padding-top: 1.25rem;
}
.el-button + .el-button[data-v-7f3c51fe] {
  margin-left: 8px;
}

/* 添加防抖时的样式 */
.export-debouncing[data-v-7f3c51fe] {
  opacity: 0.7;
  cursor: not-allowed;
}











































































































































































































































































































































































































































































































































































































































































/* 当ExportPollingButton不是第一个子元素时，添加左边距 */
.btn-wrap > .export-polling-button:not(:first-child),
.btn-wrap .export-polling-button:not(:first-child) {
  margin-left: 0.5rem;
}

/* 当ExportPollingButton前面有其他元素时，添加左边距 */
.btn-wrap > * + .export-polling-button {
  margin-left: 0.5rem;
}


/*# sourceMappingURL=2.1774528068912.css.map*/