put model and app selector on the top of chat page

This commit is contained in:
RockYang
2024-05-24 12:33:22 +08:00
parent 2f9b1b7835
commit e18e5a38c6
3 changed files with 66 additions and 80 deletions

View File

@@ -135,6 +135,34 @@ $borderColor = #4676d0;
background-color: var(--el-bg-color)
color var(--el-text-color-primary)
.chat-config {
height 30px
padding 10px 30px
display flex
justify-content center
justify-items center
border-bottom 1px solid #d9d9e3
.role-select-label {
color #ffffff
}
.el-select {
max-width 150px;
margin-right 10px;
}
.role-select {
max-width 130px;
}
.el-button {
.el-icon {
margin-right 5px;
}
}
}
#container {
overflow: hidden;
width: 100%;