Fixed Scroll in EntityShowSub.vue
This commit is contained in:
@@ -110,12 +110,15 @@ setup()
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
</Toolbar>
|
</Toolbar>
|
||||||
<EntityTable
|
<div class="scroll" style="height: 70vh">
|
||||||
:type="type"
|
<EntityTable
|
||||||
:columns="columns"
|
:type="type"
|
||||||
:rows="props.item[type]"
|
:columns="columns"
|
||||||
style
|
:rows="props.item[type]"
|
||||||
/>
|
style
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
</UCard>
|
</UCard>
|
||||||
|
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user