Skip to content
On this page

StickyCard

实例

收起
html
<MtStickyCard expandText="弹出" collapseText="收起">
    <div style="height:40px;background:#ffd412;">
    </div>
    <template #source>
        <div style="height:100px; background: #ff6d1f;">
        </div>
    </template>
</MtStickyCard>
折叠
参数说明类型可选值默认值
expandText展开提示字string——展开
collapseText收起提示字string——折叠
autoExpand默认展开Booleantrue falsetrue
onExpand展开事件ChangeHandler————
onCollapse折叠事件ChangeHandler————