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