chore(chat-ui): 提交消息列表与欢迎页剩余改动

This commit is contained in:
肖应宇 2026-04-09 16:20:19 +08:00
parent 135f3ae5c8
commit c787802352
2 changed files with 2 additions and 3 deletions

View File

@ -278,7 +278,6 @@ onMounted(() => {
.message-list-container {
flex: 1;
position: relative;
min-width: 900px;
min-height: 0;
}

View File

@ -317,7 +317,7 @@ const suggestions = computed(() => {
padding: 12px 20px;
background: #F8F9FA;
border: 1px solid transparent;
border-radius: 10px;
border-radius: 15px;
font-size: 12px;
text-align: left;
cursor: pointer;
@ -330,7 +330,7 @@ const suggestions = computed(() => {
}
// TODO:
&:hover {
background: rgba(59, 130, 246, 0.05);
background: #E9EAEB;
.arrow-icon {
transform: translateX(4px);