Add quick LLM provider setup
This commit is contained in:
@@ -193,16 +193,48 @@ textarea {
|
||||
background: #ffffff;
|
||||
}
|
||||
|
||||
.quick-model-panel {
|
||||
margin-bottom: 18px;
|
||||
padding: 18px;
|
||||
border: 1px solid #cde7df;
|
||||
border-radius: 8px;
|
||||
background: #f8fcfb;
|
||||
}
|
||||
|
||||
.quick-model-head {
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
.quick-model-head h3 {
|
||||
margin: 0;
|
||||
font-size: 17px;
|
||||
}
|
||||
|
||||
.quick-model-head p {
|
||||
margin: 6px 0 0;
|
||||
color: #667a73;
|
||||
}
|
||||
|
||||
.quick-model-grid {
|
||||
display: grid;
|
||||
grid-template-columns: 180px 240px minmax(280px, 1fr) 130px;
|
||||
gap: 12px;
|
||||
align-items: end;
|
||||
}
|
||||
|
||||
.model-config-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(4, minmax(180px, 1fr));
|
||||
gap: 12px 14px;
|
||||
}
|
||||
|
||||
.quick-model-panel .el-form-item,
|
||||
.model-config-panel .el-form-item {
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
.quick-model-panel .el-select,
|
||||
.quick-model-panel .el-input,
|
||||
.model-config-panel .el-select,
|
||||
.model-config-panel .el-input-number,
|
||||
.model-config-panel .el-input {
|
||||
|
||||
Reference in New Issue
Block a user