This commit is contained in:
2020-02-04 22:43:12 +00:00
parent 7451553a7d
commit 8b2152b2e2

View File

@@ -120,6 +120,7 @@
<span <span
@click="btnClick(c.key, c.i)" @click="btnClick(c.key, c.i)"
class="primary--text subtitle-1 font-weight-bold" class="primary--text subtitle-1 font-weight-bold"
style="cursor:pointer"
>{{ c.v }} >{{ c.v }}
</span> </span>
</template> </template>