1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-07 02:28:54 +08:00

small style fixes

This commit is contained in:
lana-k
2020-10-25 16:49:06 +01:00
parent b8c5a2bfd7
commit 5f91180a8c
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@
class="table-container" class="table-container"
ref="table-container" ref="table-container"
@scroll="onScrollTable" @scroll="onScrollTable"
:style="{height: `${height}px`}" :style="{maxHeight: `${height}px`}"
> >
<table ref="table"> <table ref="table">
<thead> <thead>

View File

@@ -155,7 +155,7 @@ export default {
height: 100%; height: 100%;
max-height: 100%; max-height: 100%;
box-sizing: border-box; box-sizing: border-box;
min-height: 150px; min-height: 190px;
} }
.run-btn-container { .run-btn-container {