mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-03-16 22:10:27 +00:00
add gutter to example layout
This commit is contained in:
parent
516102ebd3
commit
bcaf1430c1
1 changed files with 6 additions and 6 deletions
|
|
@ -244,35 +244,35 @@
|
|||
|
||||
<example-box card-title="Sizes and Offset">
|
||||
<div class="layout-demo grid" slot="demo">
|
||||
<md-layout md-gutter class="color">
|
||||
<md-layout :md-gutter="true" class="color">
|
||||
<md-layout md-flex="50"></md-layout>
|
||||
<md-layout></md-layout>
|
||||
<md-layout></md-layout>
|
||||
<md-layout></md-layout>
|
||||
</md-layout>
|
||||
|
||||
<md-layout md-gutter class="color">
|
||||
<md-layout :md-gutter="true" class="color">
|
||||
<md-layout md-flex="33"></md-layout>
|
||||
<md-layout></md-layout>
|
||||
</md-layout>
|
||||
|
||||
<md-layout md-gutter class="color">
|
||||
<md-layout :md-gutter="true" class="color">
|
||||
<md-layout></md-layout>
|
||||
<md-layout md-flex="33" md-flex-offset="33"></md-layout>
|
||||
</md-layout>
|
||||
|
||||
<md-layout md-gutter class="color">
|
||||
<md-layout :md-gutter="true" class="color">
|
||||
<md-layout md-flex="75"></md-layout>
|
||||
<md-layout></md-layout>
|
||||
</md-layout>
|
||||
|
||||
<md-layout md-gutter class="color">
|
||||
<md-layout :md-gutter="true" class="color">
|
||||
<md-layout md-flex="50"></md-layout>
|
||||
<md-layout></md-layout>
|
||||
<md-layout></md-layout>
|
||||
</md-layout>
|
||||
|
||||
<md-layout md-gutter class="color">
|
||||
<md-layout :md-gutter="true" class="color">
|
||||
<md-layout md-flex="25" md-flex-offset="25"></md-layout>
|
||||
<md-layout md-flex="25"></md-layout>
|
||||
</md-layout>
|
||||
|
|
|
|||
Loading…
Reference in a new issue