mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
feat: 闪烁问题
This commit is contained in:
parent
9b25674ef4
commit
6ccc2b0a33
|
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<div ref="aiChatRef" class="ai-chat" :class="log ? 'chart-log' : ''">
|
||||
<el-scrollbar ref="scrollDiv">
|
||||
<el-scrollbar ref="scrollDiv" @scroll="handleScrollTop">
|
||||
<div ref="dialogScrollbar" class="ai-chat__content p-24">
|
||||
<div class="item-content mb-16">
|
||||
<div class="avatar">
|
||||
|
|
|
|||
Loading…
Reference in New Issue