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:
@@ -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>
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user