Skip to content

Commit 0e17fb5

Browse files
committed
chore: Small design updates to QTable
1 parent 6afeed4 commit 0e17fb5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dev/components/components/data-table2.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
<template slot="top-right" slot-scope="props">
104104
<q-search hide-underline color="primary" v-model="filter" />
105105
<q-table-columns color="primary" class="on-right" v-model="visibleColumns" :columns="columns" />
106-
<q-btn color="primary" flat round size="sm" icon="more_vert" class="on-right">
106+
<q-btn color="primary" flat round dense icon="more_vert" class="on-right">
107107
<q-popover ref="popover">
108108
<q-list link>
109109
<q-item @click.native="$refs.popover.hide()">

src/components/table/table.ios.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
max-width 100%
4545

4646
.q-table-bottom
47-
min-height 56px
47+
min-height 44px
4848
padding 0 14px 0 24px
4949
font-size 12px
5050

src/components/table/table.mat.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
max-width 100%
4545

4646
.q-table-bottom
47-
min-height 56px
47+
min-height 44px
4848
padding 0 14px 0 24px
4949
font-size 12px
5050

0 commit comments

Comments
 (0)