Files
mes-ui-d2/src/pages/demo/components/container/ghost.vue

8 lines
247 B
Vue
Raw Normal View History

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