.rp-distribution-dialog.el-dialog .rp-distribution-scroll { flex: 1; overflow: auto; min-height: 0; max-height: none; }.rp-distribution-dialog.el-dialog .rp-distribution-matrix { table-layout: auto; width: 100%; border-collapse: separate; border-spacing: 0; font-size: 12px; }.rp-distribution-dialog.el-dialog .rp-distribution-matrix th, .rp-distribution-dialog.el-dialog .rp-distribution-matrix td { border-right: 1px solid #e2e8f0; border-bottom: 1px solid #e2e8f0; padding: 5px; width: 112px; min-width: 112px; max-width: 112px; overflow-wrap: anywhere; vertical-align: top; text-align: left; }.rp-distribution-dialog.el-dialog .rp-distribution-matrix th { background: #f8fafc; }.rp-distribution-dialog.el-dialog .rp-distribution-matrix thead th { position: sticky; top: 0; z-index: 2; }.rp-distribution-dialog.el-dialog .rp-distribution-matrix tr > :first-child { position: sticky; left: 0; z-index: 1; width: 196px; min-width: 196px; max-width: 196px; }.rp-distribution-dialog.el-dialog .rp-distribution-matrix thead th:first-child { z-index: 3; }.rp-distribution-dialog.el-dialog .rp-distribution-image { width: 32px; height: 46px; flex-shrink: 0; object-fit: cover; border-radius: 4px; }.rp-distribution-dialog.el-dialog .rp-distribution-cover { padding: 3px; gap: 5px; }.rp-distribution-dialog.el-dialog .rp-distribution-record { display: flex; padding: 4px; margin-bottom: 3px; border: 1px solid #e2e8f0; border-radius: 4px; overflow-wrap: anywhere; line-height: 1.4; }.rp-distribution-dialog.el-dialog .rp-distribution-cover.is-selected { background: #eff6ff; border-color: #60a5fa; }

.rp-distribution-dialog.el-dialog { height: calc(100dvh - 16px); max-width: none; max-height: calc(100dvh - 16px); margin-bottom: 8px; padding: 12px; display: flex; flex-direction: column; }
.rp-distribution-dialog.el-dialog .el-dialog__header { padding-bottom: 8px; }
.rp-distribution-dialog.el-dialog .el-dialog__body { flex: 1; min-height: 0; display: flex; flex-direction: column; overflow: hidden; }
.rp-distribution-dialog.el-dialog .el-dialog__body > :not(.rp-distribution-scroll) { flex-shrink: 0; }

.rp-distribution-dialog.el-dialog { width: calc(100vw - 16px) !important; margin-top: 8px !important; }
