mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-15 01:33:54 +00:00
clear console
This commit is contained in:
parent
bc4345bb37
commit
43e7c2c4ff
@ -67,7 +67,7 @@ export default defineComponent({
|
||||
}
|
||||
);
|
||||
function scrollToGraph(e: any) {
|
||||
console.log(currentItem.value)
|
||||
// console.log(currentItem.value)
|
||||
document?.getElementById(`item${e}`)?.scrollIntoView();
|
||||
}
|
||||
function observeItems() {
|
||||
@ -113,7 +113,8 @@ export default defineComponent({
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
right: 0;
|
||||
top: 40vh;
|
||||
// top: 50%;
|
||||
transform: translateY(60%);
|
||||
height: auto;
|
||||
width: 20px;
|
||||
.full-scroll-to {
|
||||
|
Loading…
Reference in New Issue
Block a user