style: 优化滚动条样式
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
@@ -67,4 +67,8 @@ onMounted(() => {
|
|||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style scoped lang="scss"></style>
|
<style scoped lang="scss">
|
||||||
|
:deep(.conversations-container){
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user