Former-commit-id: afef3af60139bd559aa150052fc3a72ec2f384a4 Former-commit-id: e2b324d8476ca2a52c625f2aee16972708a43bec Former-commit-id: ab3a3d9097c684c0fb1b54b1a5f228157b2f81ff
245 B
245 B
基础页面容器
高度根据内容适应
<d2-container>
主体内容
</d2-container>
使用 slot
<d2-container>
<template slot="header">我是插入到 header 中的内容</template>
主体内容
</d2-container>