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 {
|
||||
width: 9px;
|
||||
width: 4px;
|
||||
height: 4px;
|
||||
background-color: #eee;
|
||||
}
|
||||
|
@ -19,6 +19,7 @@ limitations under the License. -->
|
||||
aria-labelledby="caption"
|
||||
tabindex="0"
|
||||
:style="`width: ${width}; maxHeight:${isRight ? '100%' : 130}`"
|
||||
class="scroll_bar_style"
|
||||
>
|
||||
<table>
|
||||
<thead>
|
||||
|
Loading…
Reference in New Issue
Block a user