Striped table
This commit is contained in:
parent
bb646d64c0
commit
99507b0884
3 changed files with 13 additions and 11 deletions
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<table class="spell-list q-table highlight compact striped-even">
|
||||
<table class="spell-list q-table compact striped-odd">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="text-left">
|
||||
|
@ -13,12 +13,14 @@
|
|||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr
|
||||
is="spell-item"
|
||||
v-for="spell in spells"
|
||||
:spell="spell"
|
||||
>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</template>
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<meta name="msapplication-tap-highlight" content="no">
|
||||
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width">
|
||||
|
||||
<title>Quasar App</title>
|
||||
<title>My Spells DnD5e</title>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="statics/favicon.ico">
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Add table
Reference in a new issue