Feature(custom): optimize image process setting page

This commit is contained in:
Kuingsmile
2025-12-31 14:31:36 +08:00
parent 5ce2397641
commit b5802cfcb3
5 changed files with 1532 additions and 1173 deletions

View File

@@ -488,12 +488,12 @@
overflow-y: auto;
border: 1px solid var(--color-border);
border-radius: var(--radius-2xl);
padding: 1.5rem;
width: 80vw;
padding: 0.75rem;
width: 85vw;
max-width: 90vw;
max-height: 80vh;
max-height: 85vh;
background: var(--color-surface);
box-shadow: var(--shadow-xl);
box-shadow: var(--shadow-xl);
box-shadow: 0 10px 25px rgb(0 0 0 / 15%);
}

View File

@@ -19,10 +19,9 @@ html, body {
/* Card Base */
.upload-card {
overflow: hidden;
border: 1px solid var(--color-border-secondary);
border: 0.2px solid var(--color-border-secondary);
border-radius: var(--radius-xl);
background: var(--color-background-secondary);
box-shadow: var(--shadow-sm);
transition: var(--transition-medium);
}
@@ -453,10 +452,10 @@ html, body {
margin: auto;
border: 1px solid var(--color-border);
border-radius: var(--radius-2xl);
width: 80vw;
width: 90vw;
max-width: 90vw;
height: 80vh;
max-height: 90vh;
height: 85vh;
max-height: 85vh;
background: var(--color-surface);
box-shadow: var(--shadow-xl);
}
@@ -466,7 +465,7 @@ html, body {
justify-content: space-between;
align-items: center;
border-bottom: 1px solid var(--color-border-secondary);
padding: 1.5rem 2rem;
padding: 0.95rem 1rem;
}
.modal-title {