DescriptionsItem Attributes # 属性名说明类型默认 label 标签文本 string '' span 列的数量 number 1 width 列的宽度,不同行相同列的宽度按最大值设定(如无 border ,宽度包含标签与内容) string / number '' min-width 列的最小宽度,与 width 的区别是 width 是固定的,min-width 会把剩余宽度按比例分配给...
Element Plus version 1.0.2-beta.70 OS/Browsers version MacOS Big Sur 11.4 / Chrome 91.0.4472.114 Vue version 3.1.2 Reproduction Link https://codesandbox.io/s/element-plus-spa-forked-rtf3s?file=/src/App.vue Steps to reproduce Use table inside descriptions component. The table width is ...
我想循环用Descriptions渲染规定2列,但是渲染出来只有1列,column不生效呢?
Element Plus Version:2.7.8 Browser / OS:macOS Build Tool:Vite Reproduction Related Component el-descriptions Reproduction Link Element Plus Playground Steps to reproduce 右侧的样式变形 What is Expected? 左侧和右侧的label宽度相同 What is actually happening?
<el-descriptions border column=3> <el-descriptions-item width=80px label="BM out of date"> <el-tooltip placement="bottom" effect="light"> <template #content> <el-table border :data="host.bm_his" :header-cell-style="tableHeaderStyle" height="180" :cell-style="tableRowStyle"> <el-tab...
4, got String with value "4".at <ElDescriptionstitle="User Info"border=""column="4"> ...
element-plus descriptions描述列表 1. Button 按钮 - 支持基础按钮、带图标按钮、不同尺寸按钮等多种类型的按钮组件。 2. Input 输入框 - 支持单行输入、多行输入、密码输入等不同类型的输入框,同时支持清除、前置/后置图标等功能。 3. Radio 单选框 - 支持单选框和单选框组,同时支持禁用、选中和未选中样式等...
element-plus descriptions描述列表 合并单元格Element-Plus描述列表与合并单元格 一、简介 Element-Plus 是一款基于 Vue 3.0 的桌面端 UI 组件库,提供了丰富的组件以帮助开发者快速构建美观且功能丰富的界面。在 Element-Plus 中,描述列表(Description List)和合并单元格(Merged Cells)是两个非常实用的组件,尤其在...
We hope to enhance descriptions so that it can merge rows and columns and not display label ...