mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-14 00:37:33 +00:00
update scroll bar style
This commit is contained in:
parent
cfd07a17ac
commit
06cca7145c
@ -173,7 +173,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.scroll_bar_style::-webkit-scrollbar {
|
.scroll_bar_style::-webkit-scrollbar {
|
||||||
width: 9px;
|
width: 4px;
|
||||||
height: 4px;
|
height: 4px;
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
}
|
}
|
||||||
|
@ -19,6 +19,7 @@ limitations under the License. -->
|
|||||||
aria-labelledby="caption"
|
aria-labelledby="caption"
|
||||||
tabindex="0"
|
tabindex="0"
|
||||||
:style="`width: ${width}; maxHeight:${isRight ? '100%' : 130}`"
|
:style="`width: ${width}; maxHeight:${isRight ? '100%' : 130}`"
|
||||||
|
class="scroll_bar_style"
|
||||||
>
|
>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
|
Loading…
Reference in New Issue
Block a user