From 9c29691365722d6b1ce7bcda6b0919a0380924bb Mon Sep 17 00:00:00 2001 From: Nils Windisch Date: Wed, 17 Mar 2021 13:21:20 +0100 Subject: [PATCH] style: style annotations panel details --- src/components/annotations.vue | 61 +++++++++++++++++++++------------- 1 file changed, 37 insertions(+), 24 deletions(-) diff --git a/src/components/annotations.vue b/src/components/annotations.vue index 4d1d3dd..a166b03 100644 --- a/src/components/annotations.vue +++ b/src/components/annotations.vue @@ -5,7 +5,7 @@ >
- + Show / hide data types @@ -19,23 +19,18 @@ :label="type.label" size="lg" :val="type.value" + color="accent" />
- + - List of annotations - - {{ items.length }} - + List of annotations ({{ items.length }}) @@ -56,7 +51,12 @@ overline @click="highlightEntity(annotation.id, annotation.contenttype)" > - {{ annotation.text }} ({{ annotation.comment }}) +
+ {{ annotation.text }} +
+
+ ({{ annotation.comment }}) +
@@ -83,20 +83,27 @@
-
- {{ modifier.label }} - - - - +
+ {{ modifier.label }} +
@@ -207,3 +214,9 @@ export default { }, }; + + -- GitLab