2020-08-27 17:18:57 +08:00

237 B

<template>
    <Row>
        <Cell span="24">span24</Cell>
    </Row>
    <Row>
        <Cell span="12">span12</Cell>
        <Cell span="12">span12</Cell>
    </Row>
</template>
<script>
    export default {

    }
</script>