8 lines
247 B
Vue
8 lines
247 B
Vue
|
|
<template>
|
||
|
|
<Container type="ghost">
|
||
|
|
<p style="margin-top: 0px;">这是一个隐形的页面容器</p>
|
||
|
|
<p>没有边界和背景颜色</p>
|
||
|
|
<p style="margin-bottom: 0px;">适合一些比较特殊的页面</p>
|
||
|
|
</Container>
|
||
|
|
</template>
|