Paypal增加轻量级号池

This commit is contained in:
QLHazyCoder
2026-04-28 16:23:30 +08:00
parent 2d1bad3642
commit 8007a99b72
16 changed files with 1121 additions and 47 deletions
+30
View File
@@ -2722,6 +2722,36 @@ header {
cursor: pointer;
}
.modal-form-fields {
display: flex;
flex-direction: column;
gap: 10px;
margin-bottom: 14px;
}
.modal-form-row {
display: flex;
flex-direction: column;
gap: 6px;
}
.modal-form-label {
font-size: 12px;
font-weight: 600;
color: var(--text-secondary);
}
.modal-form-row .data-input,
.modal-form-row .data-select,
.modal-form-row .data-textarea {
width: 100%;
}
.modal-form-alert {
margin-top: -4px;
margin-bottom: 14px;
}
.modal-actions {
display: flex;
justify-content: flex-end;