|
@@ -5,7 +5,7 @@
|
|
<v-tab>AI 取数</v-tab>
|
|
<v-tab>AI 取数</v-tab>
|
|
</v-tabs>
|
|
</v-tabs>
|
|
</div>
|
|
</div>
|
|
- <div class="chart-content-chat-box overflow-y-auto position-relative" ref="chatBox" v-loading="loading">
|
|
|
|
|
|
+ <div class="chart-content-chat-box overflow-y-auto position-relative element" ref="chatBox" v-loading="loading">
|
|
<div class="pa-3">
|
|
<div class="pa-3">
|
|
<div
|
|
<div
|
|
v-for="(item, index) in items"
|
|
v-for="(item, index) in items"
|
|
@@ -421,4 +421,14 @@ export default {
|
|
position: relative;
|
|
position: relative;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+.element {
|
|
|
|
+ overflow: auto;
|
|
|
|
+ scrollbar-width: none; /* Firefox */
|
|
|
|
+ -ms-overflow-style: none; /* IE/Edge */
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.element::-webkit-scrollbar {
|
|
|
|
+ display: none; /* Chrome/Safari/Opera */
|
|
|
|
+}
|
|
</style>
|
|
</style>
|