Небольшая поправка разметки
This commit is contained in:
@@ -51,7 +51,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div v-for="subItem in item.value" :key="subItem.name" class="row q-ml-md">
|
<div v-for="subItem in item.value" :key="subItem.name" class="row q-ml-md">
|
||||||
<div style="width: 110px">
|
<div style="width: 100px">
|
||||||
{{ subItem.label }}
|
{{ subItem.label }}
|
||||||
</div>
|
</div>
|
||||||
<div class="q-ml-sm" v-html="subItem.value" />
|
<div class="q-ml-sm" v-html="subItem.value" />
|
||||||
|
|||||||
Reference in New Issue
Block a user