logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

ant design vue 列表List

<a-list item-layout="horizontal" :data-source="data"><a-list-item slot="renderItem" slot-scope="item"><a-list-item-meta:description="item.content"><a slot="title" href="">{{ it

#html
antd vue select可清空:allowClear

antdvue select可清空:allowClear只在单选的情况下可用<a-select allowClear placeholder="请选择" @change="handleSelectChange"><a-select-option v-for="pro in List" :key="pro.key">{{ pro.title }}</a-select-o

#前端
antd vue 解决a-select在弹框中下拉菜单跟随页面滚动

官方原话:如果发现下拉菜单跟随页面滚动,或者需要在其他弹层中触发 Select,请尝试使用 getPopupContainer={triggerNode => triggerNode.parentNode} 将下拉弹层渲染节点固定在触发器的父元素中<a-selectv-model="this.form.data"@change="handleChange"placeholder="签约

#前端#vue.js
ant design vue 描述列表Descriptions数据绑定

<a-descriptions :column="column" title="项目版本状态信息"><a-descriptions-item v-for="(item, index) in datalist" :label="item.captions" :key="index">{{item.value}}</a-descriptions-item></

#html#html5#vue.js
到底了