mirror of
https://github.com/lana-k/sqliteviz.git
synced 2025-12-06 18:18:53 +08:00
fix styles
This commit is contained in:
@@ -55,6 +55,10 @@ export default {
|
||||
align-items: center;
|
||||
line-height: 10px;
|
||||
}
|
||||
:deep(a) {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
:deep(.paginator-page-link) {
|
||||
padding: 2px 3px;
|
||||
margin: 0 5px;
|
||||
|
||||
@@ -68,7 +68,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import Pager from './Pager'
|
||||
import Pager from './Pager.vue'
|
||||
|
||||
export default {
|
||||
name: 'SqlTable',
|
||||
|
||||
Reference in New Issue
Block a user