Browse Source

Update tag size

pull/10/head
Hironsan 7 years ago
parent
commit
cbbefc99e6
2 changed files with 2 additions and 2 deletions
  1. 2
      app/server/templates/annotation/document_classification.html
  2. 2
      app/server/templates/annotation/sequence_labeling.html

2
app/server/templates/annotation/document_classification.html

@ -5,7 +5,7 @@
<div class="card">
<header class="card-header">
<div class="card-header-title tags" style="padding:1.5rem;">
<a class="tag"
<a class="tag is-medium"
v-for="label in labels"
v-bind:style="{ color: label.text_color, backgroundColor: label.background_color }"
v-on:click="addLabel(label.id)">

2
app/server/templates/annotation/sequence_labeling.html

@ -5,7 +5,7 @@
<div class="card">
<header class="card-header">
<div class="card-header-title tags" style="padding:1.5rem;">
<a class="tag"
<a class="tag is-medium"
v-for="label in labels"
v-bind:style="{ color: label.text_color, backgroundColor: label.background_color }"
v-on:click="annotate(label.id)">

Loading…
Cancel
Save