Commit d006198210ad81d463126124b294ef4dd4b162a5
1 parent
d2203972
no desc
no desc
Showing
1 changed file
with
0 additions
and
69 deletions
Show diff stats
test/routers/layout.vue deleted
| 1 | -<style> | ||
| 2 | - .example-demo .ivu-col div{ | ||
| 3 | - color: #fff; | ||
| 4 | - padding: 10px 0; | ||
| 5 | - text-align: center; | ||
| 6 | - background: rgba(0, 153, 229, .9); | ||
| 7 | - } | ||
| 8 | - .example-demo .ivu-col:nth-child(odd) div{ | ||
| 9 | - background: rgba(0, 153, 229, .7); | ||
| 10 | - } | ||
| 11 | -</style> | ||
| 12 | -<template> | ||
| 13 | - <div class="example-demo"> | ||
| 14 | - <Row :gutter="16"> | ||
| 15 | - <i-col span="6"> | ||
| 16 | - <div>1 | order-4</div> | ||
| 17 | - </i-col> | ||
| 18 | - <i-col span="6"> | ||
| 19 | - <div>1 | order-4</div> | ||
| 20 | - </i-col> | ||
| 21 | - <i-col span="6"> | ||
| 22 | - <div>1 | order-4</div> | ||
| 23 | - </i-col> | ||
| 24 | - <i-col span="6"> | ||
| 25 | - <div>1 | order-4</div> | ||
| 26 | - </i-col> | ||
| 27 | - </Row> | ||
| 28 | - | ||
| 29 | - <Row> | ||
| 30 | - <i-col span="6"> | ||
| 31 | - <div>1 | order-4</div> | ||
| 32 | - </i-col> | ||
| 33 | - <i-col span="6"> | ||
| 34 | - <div>1 | order-4</div> | ||
| 35 | - </i-col> | ||
| 36 | - <i-col span="6"> | ||
| 37 | - <div>1 | order-4</div> | ||
| 38 | - </i-col> | ||
| 39 | - <i-col span="6"> | ||
| 40 | - <div>1 | order-4</div> | ||
| 41 | - </i-col> | ||
| 42 | - </Row> | ||
| 43 | - </div> | ||
| 44 | -</template> | ||
| 45 | -<script> | ||
| 46 | - import { Row, iCol, Card } from 'iview'; | ||
| 47 | - | ||
| 48 | - export default { | ||
| 49 | - components: { | ||
| 50 | - Row, | ||
| 51 | - iCol, | ||
| 52 | - Card | ||
| 53 | - }, | ||
| 54 | - props: { | ||
| 55 | - | ||
| 56 | - }, | ||
| 57 | - data () { | ||
| 58 | - return { | ||
| 59 | - | ||
| 60 | - } | ||
| 61 | - }, | ||
| 62 | - computed: { | ||
| 63 | - | ||
| 64 | - }, | ||
| 65 | - methods: { | ||
| 66 | - | ||
| 67 | - } | ||
| 68 | - } | ||
| 69 | -</script> | ||
| 70 | \ No newline at end of file | 0 | \ No newline at end of file |