Commit 3d94dda3 by Sixong.Zhu

scrollbar style

parent 83194f84
Showing with 1 additions and 6 deletions
......@@ -2,12 +2,7 @@
<div v-loading="chatIniting" class="message-list h-100">
<el-scrollbar
ref="message-scrollbar"
class="
message-list-scrollbar
no-bottom-scrollbar
adjust-el-scroll-right-bar
h-100
"
class="message-list-scrollbar no-bottom-scrollbar h-100"
>
<template v-for="item in messages">
<div :key="item.id" class="message-template">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment