mirror of
https://github.com/lana-k/sqliteviz.git
synced 2025-12-06 10:08:52 +08:00
fix styles
This commit is contained in:
@@ -78,8 +78,7 @@ export default {
|
|||||||
input,
|
input,
|
||||||
label,
|
label,
|
||||||
button,
|
button,
|
||||||
.plotly_editor *,
|
.plotly_editor * {
|
||||||
.CodeMirror pre.CodeMirror-line {
|
|
||||||
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
|
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
|
|||||||
@@ -55,6 +55,10 @@ export default {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
line-height: 10px;
|
line-height: 10px;
|
||||||
}
|
}
|
||||||
|
:deep(a) {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
:deep(.paginator-page-link) {
|
:deep(.paginator-page-link) {
|
||||||
padding: 2px 3px;
|
padding: 2px 3px;
|
||||||
margin: 0 5px;
|
margin: 0 5px;
|
||||||
|
|||||||
@@ -68,7 +68,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import Pager from './Pager'
|
import Pager from './Pager.vue'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'SqlTable',
|
name: 'SqlTable',
|
||||||
|
|||||||
@@ -136,7 +136,7 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
import Logs from '@/components/Logs'
|
import Logs from '@/components/Logs'
|
||||||
import SqlTable from '@/components/SqlTable'
|
import SqlTable from '@/components/SqlTable/index.vue'
|
||||||
import LoadingIndicator from '@/components/LoadingIndicator'
|
import LoadingIndicator from '@/components/LoadingIndicator'
|
||||||
import SideToolBar from '../SideToolBar'
|
import SideToolBar from '../SideToolBar'
|
||||||
import Splitpanes from '@/components/Splitpanes'
|
import Splitpanes from '@/components/Splitpanes'
|
||||||
|
|||||||
Reference in New Issue
Block a user