fix: product item table layout
This commit is contained in:
parent
a9650ad1b6
commit
b11c57d9cb
1 changed files with 107 additions and 104 deletions
|
|
@ -131,6 +131,7 @@ watch(
|
||||||
</script>
|
</script>
|
||||||
<template>
|
<template>
|
||||||
<div class="column">
|
<div class="column">
|
||||||
|
<div class="full-width">
|
||||||
<TableComponents
|
<TableComponents
|
||||||
flat
|
flat
|
||||||
bordered
|
bordered
|
||||||
|
|
@ -240,6 +241,8 @@ watch(
|
||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
</TableComponents>
|
</TableComponents>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
class="column q-ml-auto text-caption app-text-muted q-pt-md"
|
class="column q-ml-auto text-caption app-text-muted q-pt-md"
|
||||||
style="width: 15vw"
|
style="width: 15vw"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue