style: 优化滚动条样式

This commit is contained in:
ccnetcore
2026-01-03 01:10:04 +08:00
parent 61d5d40dbb
commit 91533909c2
3 changed files with 7 additions and 3 deletions

View File

@@ -400,7 +400,7 @@ function toggleSidebar() {
flex: 1; flex: 1;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
padding: 0 4px; //padding: 0 4px;
overflow: hidden; overflow: hidden;
.creat-chat-btn-wrapper { .creat-chat-btn-wrapper {

View File

@@ -415,7 +415,7 @@ function handleContextMenu(event: MouseEvent, item: ConversationItem<ChatSession
flex: 1; flex: 1;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
padding: 0 4px; //padding: 0 4px;
overflow: hidden; overflow: hidden;
.creat-chat-btn-wrapper { .creat-chat-btn-wrapper {

View File

@@ -67,4 +67,8 @@ onMounted(() => {
</div> </div>
</template> </template>
<style scoped lang="scss"></style> <style scoped lang="scss">
:deep(.conversations-container){
width: 100%;
}
</style>