代码拉取完成,页面将自动刷新
<template>
<section class="content element-doc">
<h2 id="container-bu-ju-rong-qi"><a class="header-anchor" href="#container-bu-ju-rong-qi">¶</a> Container 布局容器</h2>
<p>用于布局的容器组件,方便快速搭建页面的基本结构:</p>
<p><code><el-container></code>:外层容器。当子元素中包含 <code><el-header></code> 或 <code><el-footer></code> 时,全部子元素会垂直上下排列,否则会水平左右排列。</p>
<p><code><el-header></code>:顶栏容器。</p>
<p><code><el-aside></code>:侧边栏容器。</p>
<p><code><el-main></code>:主要区域容器。</p>
<p><code><el-footer></code>:底栏容器。</p>
<div class="tip">
<p>以上组件采用了 flex 布局,使用前请确定目标浏览器是否兼容。此外,<code><el-container></code> 的子元素只能是后四者,后四者的父元素也只能是 <code><el-container></code>。</p>
</div>
<demo-block>
<div><p>通过设置 <code>offset</code> 属性来改变吸顶距离,默认值为 0。</p>
</div>
<template #source><element-demo0 /></template>
<template #highlight><pre v-pre><code class="html"><el-affix :offset="120">
<el-button type="primary">距离顶部 120px</el-button>
</el-affix>
</code></pre></template></demo-block><h2 id=""><a class="header-anchor" href="#">¶</a> ??</h2>
<right-nav />
</section>
</template>
<script lang="ts">
import * as Vue from 'vue';
export default {
name: 'component-doc',
components: {
"element-demo0": (function() {
const { createTextVNode: _createTextVNode, resolveComponent: _resolveComponent, withCtx: _withCtx, createVNode: _createVNode, openBlock: _openBlock, createBlock: _createBlock } = Vue
const _hoisted_1 = /*#__PURE__*/_createTextVNode("距离顶部 120px")
function render(_ctx, _cache) {
const _component_el_button = _resolveComponent("el-button")
const _component_el_affix = _resolveComponent("el-affix")
return (_openBlock(), _createBlock("div", null, [
_createVNode(_component_el_affix, { offset: 120 }, {
default: _withCtx(() => [
_createVNode(_component_el_button, { type: "primary" }, {
default: _withCtx(() => [
_hoisted_1
]),
_: 1 /* STABLE */
})
]),
_: 1 /* STABLE */
})
]))
}
const democomponentExport = {}
return {
render,
...democomponentExport
}
})(),
}
}
</script>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。