cateditor: improve contents layout
This commit is contained in:
@ -1,10 +1,19 @@
|
||||
<template>
|
||||
<v-container fluid grid-list-lg>
|
||||
<v-layout row>
|
||||
<SectionList/>
|
||||
<ProductFamilyList/>
|
||||
<!-- <ModelList/> -->
|
||||
<MaterialList/>
|
||||
<v-container fluid grid-list-lg ma-0 pa-1>
|
||||
<v-layout row fill-height>
|
||||
|
||||
<v-flex xs4>
|
||||
<SectionList/>
|
||||
</v-flex>
|
||||
|
||||
<v-flex xs4>
|
||||
<ProductFamilyList/>
|
||||
</v-flex>
|
||||
|
||||
<v-flex xs4>
|
||||
<MaterialList/>
|
||||
</v-flex>
|
||||
|
||||
</v-layout>
|
||||
</v-container>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user