Feature(custom): support duplicate config and the UI of confirm/input box is optimized

This commit is contained in:
Kuingsmile
2025-12-30 17:06:29 +08:00
parent a7691234b5
commit c7fd139ec9
16 changed files with 613 additions and 279 deletions
+3 -5
View File
@@ -308,6 +308,9 @@
margin-top: 0.75rem;
border: 1px solid var(--color-border-secondary);
border-radius: var(--radius-md);
width: 100%;
border-collapse: collapse;
font-size: 0.875rem;
}
.table-row {
@@ -590,11 +593,6 @@ input:checked + .switch-slider::before {
border-radius: var(--radius-md);
}
.config-table {
width: 100%;
border-collapse: collapse;
font-size: 0.875rem;
}
.config-table th {
border-bottom: 1px solid var(--color-border-secondary);