element-UI description描述列表固定宽度
element
A Vue.js 2.0 UI Toolkit for Web
项目地址:https://gitcode.com/gh_mirrors/eleme/element
免费下载资源
·
element-UI description描述列表固定宽度
<el-descriptions class="margin-top" :column="3" border :contentStyle="CS" :label-style="LS ">
<el-descriptions-item> <template slot="label"> 姓名 </template> 小米 </el-descriptions-item>
<el-descriptions-item> <template slot="label"> 性别 </template> 女 </el-descriptions-item>
<el-descriptions-item> <template slot="label"> 身高 </template> 1.8m </el-descriptions-item>
<el-descriptions-item> <template slot="label"> 体重 </template> 60kg </el-descriptions-item>
</el-descriptions>
data(){
return{
CS: {
'text-align': 'center', //文本居中
'min-width': '250px', //最小宽度
'word-break': 'break-all' //过长时自动换行
},
LS: {
'color': '#000',
'text-align': 'center',
'font-weight': '600',
'height': '40px',
'background-color': 'rgba(255, 97, 2, 0.1)',
'min-width': '110px',
'word-break': 'keep-all'
}
}
}
GitHub 加速计划 / eleme / element
10
1
下载
A Vue.js 2.0 UI Toolkit for Web
最近提交(Master分支:4 个月前 )
c345bb45
8 个月前
a07f3a59
* Update transition.md
* Update table.md
* Update transition.md
* Update table.md
* Update transition.md
* Update table.md
* Update table.md
* Update transition.md
* Update popover.md 8 个月前
更多推荐
已为社区贡献27条内容
所有评论(0)