.BatchConsolePage { width: min(640px, 100%); box-sizing: border-box; min-height: 100vh; margin: 0 auto; padding: 8px; color: #303133; background: #f2f3f5; }
.BatchConsolePage__login { width: min(320px, 100%); margin: 14vh auto; }
.BatchConsolePage__card { padding: 12px; margin-bottom: 12px; background: #fff; border-radius: 4px; box-shadow: 0 1px 3px rgb(0 0 0 / 12%); }
.BatchConsolePage__section-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; color: #303133; font-size: 14px; font-weight: 500; }
.BatchConsolePage__header-actions { display: flex; gap: 8px; align-items: center; }.BatchConsolePage__header-actions .el-button { width: 28px; height: 28px; }
.BatchConsolePage__command { padding: 0; overflow: hidden; }.BatchConsolePage__command .el-tabs__header { margin: 0; padding: 0 6px; background: #f5f5f5; }.BatchConsolePage__command .el-tabs__nav-wrap::after { display: none; }.BatchConsolePage__content { padding: 12px; }.BatchConsolePage__command-select { width: 100%; }
.BatchConsolePage__parameters { display: flex; gap: 8px; margin: 12px 0; }.BatchConsolePage__parameter { display: flex; flex: 1; min-width: 0; flex-direction: column; gap: 4px; }.BatchConsolePage__parameter label { color: #606266; font-size: 12px; line-height: 18px; }.BatchConsolePage__parameter .el-select { width: 100%; }.BatchConsolePage__no-params { flex: 1; padding: 8px; color: #909399; font-size: 13px; font-style: italic; text-align: center; }.BatchConsolePage__add-task { width: 100%; height: 40px; margin-top: 10px; }.BatchConsolePage__run-actions { display: flex; gap: 8px; margin-top: 10px; }.BatchConsolePage__run { flex: 1; height: 40px; margin: 0; }.BatchConsolePage__interrupt { flex: 0 0 auto; height: 40px; color: #909399; border-color: #dcdfe6; }
.BatchConsolePage__log { width: 100vw; height: 320px; padding: 9px 12px; margin-top: 12px; margin-left: calc(50% - 50vw); overflow: auto; color: #fff; font: 12px/1.5 Consolas, ui-monospace, monospace; background: #1f2937; border-radius: 0; }.BatchConsolePage__log div { padding-left: 40px; text-indent: -40px; white-space: pre-wrap; word-break: break-all; }.BatchConsolePage__log time { color: #94a3b8; }
.BatchConsolePage__import-help { color: #606266; font-size: 13px; line-height: 1.6; white-space: pre-line; }.BatchConsolePage__success { margin-top: 10px; color: #67c23a; font-size: 13px; }.BatchConsolePage__failure { margin-top: 10px; color: #f56c6c; font-size: 13px; }.BatchConsolePage__dialog-title, .BatchConsolePage__data-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; }.BatchConsolePage__data-actions { margin-bottom: 12px; }.BatchConsolePage__data-actions .el-select { flex: 1; }
@media (max-width: 600px) { .BatchConsolePage { padding: 0; }.BatchConsolePage__login { width: calc(100% - 24px); margin: 12vh auto; }.BatchConsolePage__card { padding: 10px; margin-bottom: 8px; border-radius: 0; box-shadow: none; }.BatchConsolePage__section-header { gap: 8px; }.BatchConsolePage__header-actions { gap: 5px; }.BatchConsolePage__header-actions .el-button { width: 30px; height: 30px; }.BatchConsolePage__content { padding: 10px; }.BatchConsolePage__parameters { flex-wrap: wrap; gap: 8px; margin: 10px 0; }.BatchConsolePage__parameter { flex: 1 1 calc(50% - 4px); }.BatchConsolePage__parameter:only-child { flex-basis: 100%; }.BatchConsolePage__add-task, .BatchConsolePage__run, .BatchConsolePage__interrupt { height: 38px; }.BatchConsolePage__log { height: 280px; margin-top: 8px; }.BatchConsolePage__section-header .el-switch { transform: scale(.88); transform-origin: right center; }.BatchConsolePage__data-actions { align-items: stretch; flex-wrap: wrap; }.BatchConsolePage__data-actions .el-select { flex-basis: 100%; }.BatchConsolePage__import-help { font-size: 12px; }.BatchConsolePage .el-dialog { margin-top: 5vh; margin-bottom: 0; }.BatchConsolePage .el-dialog__body { padding: 14px 16px; }.BatchConsolePage .el-table { font-size: 12px; } }
