diff --git a/components/KeyValueRow/KeyValueRow.vue b/components/KeyValueRow/KeyValueRow.vue index fde355d..b7d1737 100644 --- a/components/KeyValueRow/KeyValueRow.vue +++ b/components/KeyValueRow/KeyValueRow.vue @@ -5,7 +5,7 @@ --> {{ keyName }} - {{ value }} + {{ value }} @@ -70,6 +70,7 @@ export default { position: relative; .keyName { + vertical-align: top; height: 100%; width: auto; display: inline-block; diff --git a/components/entrustOrderList/entrustOrderList.vue b/components/entrustOrderList/entrustOrderList.vue new file mode 100644 index 0000000..e69de29 diff --git a/components/navigation/navigation.vue b/components/navigation/navigation.vue index 21c790b..fcbc483 100644 --- a/components/navigation/navigation.vue +++ b/components/navigation/navigation.vue @@ -1,5 +1,5 @@