报名工具小程序初始代码
This commit is contained in:
21
components/grid/grid.vue
Normal file
21
components/grid/grid.vue
Normal file
@@ -0,0 +1,21 @@
|
||||
<template>
|
||||
<view class="grid-out">
|
||||
<slot></slot>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
methods: {
|
||||
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
.grid-out {
|
||||
display: flex;
|
||||
align-content: flex-start;
|
||||
flex-flow: row wrap;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user