This commit is contained in:
wchino
2026-06-13 17:38:25 +08:00
parent e7e938f261
commit 7b33d9f9fa
190 changed files with 23222 additions and 4336 deletions

View File

@@ -2759,4 +2759,72 @@ function creditTypeLabel(type: string) {
justify-content: space-between;
gap: 8px;
}
.mgr-top-tabs :deep(.el-tabs__item) {
font-weight: 700;
}
.list-panel-toolbar {
border-bottom-color: var(--border-soft);
}
.expand-panel {
background: #fbfaf7;
border-color: var(--border);
}
.expand-loading,
.expand-section-title,
.inner-tabs :deep(.el-tabs__item),
.field-hint,
.create-meta-label,
.amount-full-hint,
.text-muted,
.list-settings-hint,
.list-settings-unit,
.section-title {
color: var(--text-muted);
}
.inner-tabs :deep(.el-tabs__item.is-active) {
color: var(--text);
}
.inner-tabs :deep(.el-tabs__active-bar) {
background-color: var(--primary);
}
.create-meta-bar {
border-color: var(--border);
background: #fbfaf7;
}
.create-meta-value {
color: var(--text);
}
.c-green,
.create-meta-row .c-green {
color: var(--success-text);
}
.invite-code-cell {
color: var(--primary-link);
}
.list-settings-block--danger {
border-top-color: var(--danger-border);
}
@media (max-width: 760px) {
.list-panel-toolbar,
.list-panel-toolbar .list-chrome__grow,
.list-panel-toolbar .list-chrome__actions {
width: 100%;
}
.create-form-pair {
grid-template-columns: 1fr;
}
}
</style>