feat: session-level model config

This commit is contained in:
Yidadaa
2023-04-22 01:13:23 +08:00
parent d6844a54e8
commit ac8f484622
8 changed files with 187 additions and 167 deletions

View File

@@ -311,3 +311,17 @@ pre {
overflow: auto;
}
}
.password-input-container {
max-width: 50%;
display: flex;
justify-content: flex-end;
.password-eye {
margin-right: 4px;
}
.password-input {
min-width: 80%;
}
}