左右屏合并
This commit is contained in:
24
src/pages/modules/homepage/three.vue
Normal file
24
src/pages/modules/homepage/three.vue
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
<template>
|
||||||
|
<section class="con_container">
|
||||||
|
<one/>
|
||||||
|
<two/>
|
||||||
|
</section>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
import one from './one.vue'
|
||||||
|
import two from './two.vue'
|
||||||
|
export default {
|
||||||
|
components: {
|
||||||
|
one,
|
||||||
|
two
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style lang="stylus" scoped>
|
||||||
|
@import '~@css/mixin'
|
||||||
|
.con_container
|
||||||
|
_wh(100%, 100%)
|
||||||
|
_fj(row)
|
||||||
|
</style>
|
||||||
Reference in New Issue
Block a user