update scroll bar style

This commit is contained in:
Fine 2022-11-10 13:32:05 +08:00
parent cfd07a17ac
commit 06cca7145c
2 changed files with 2 additions and 1 deletions

View File

@ -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;
} }

View File

@ -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>