fix: marketplace empty page

This commit is contained in:
StyleZhang
2024-11-14 14:26:02 +08:00
parent 44cc6157f1
commit 253abaf1a3
10 changed files with 71 additions and 41 deletions

View File

@ -695,4 +695,5 @@ html[data-theme="dark"] {
--color-third-party-model-bg-default: #0B0B0E;
--color-workflow-process-bg: linear-gradient(90deg, rgba(24, 24, 27, 0.25) 0%, rgba(24, 24, 27, 0.04) 100%);
--color-marketplace-divider-bg: linear-gradient(90deg, rgba(200, 206, 218, 0.14) 0%, rgba(0, 0, 0, 0) 100%);
--color-marketplace-plugin-empty: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #222225 100%);
}