Bug Type: Component Environment Vue Version: 3.5.8 Element Plus Version: 2.9.0 Browser / OS: 版本 126.0.6478.183(正式版本) (arm64)/macOS 12.7.5 Build Tool: Vite Reproduction Related Component el-descriptions Reproduction Link Element Plus Play...
Element-Plus 的合并单元格功能允许我们实现这一需求。 以下是一个简单的合并单元格的示例: <el-table :data="tableData"> <el-table-column prop="date" label="日期" width="180"></el-table-column> <el-table-column prop="name" label="姓名" width="180"> <template slot-scope="scope"> <div...
Existing Component Yes Component Name el-descriptions Description while using this new component, I noticed that the size or width of it's label is relative. this makes the whole description area ugly... I have to set it fixed myself. I ...
DescriptionsItem Attributes# 属性名 说明 类型 默认 label 标签文本 string '' span 列的数量 number 1 width 列的宽度,不同行相同列的宽度按最大值设定(如无 border ,宽度包含标签与内容) string / number '' min-width 列的最小宽度,与 width 的区别是 width 是固定的,min-width 会把剩余宽度按比例分配...
46 - Descriptions 47 - 增加`label-width` 属性; 48 - Progress 49 - 增加`text-color` 属性; 50 51 ### 修复 52 53 - Select 54 - 修复远程搜索不显示图标; 55 - Button 56 - 修复丢失响应式的问题; 57 58 ### 优化 59 60 - Collapse 61 - 优化面板自动化测试; 62...
The shorthand form uses two ++ (plus signs) before and after the glossary term. Note - If your help volume does not include a glossary, use the nogloss parameter. When HelpTag processes the help volume, warning messages are issued to indicate glossary terms that were not marked with the...
GetBindingOptionDescriptions(NSString) (Inherited from NSObject) GetBindingValueClass(NSString) (Inherited from NSObject) GetDictionaryOfValuesFromKeys(NSString[]) Retrieves the values of the specified keys. (Inherited from NSObject) GetElementsByClassName(String) (Inherited from DomElement) GetE...
'xl-only': '(min-width: #{$xl})', ) !default; Loading... 马建仓 AI 助手 JavaScript 1 https://gitee.com/element-plus/element-plus.git git@gitee.com:element-plus/element-plus.git element-plus element-plus element-plus dev深圳...
1274 // Descriptions 1275 // css3 var in packages/theme-chalk/src/descriptions.scss 1276 $descriptions: () !default; 1277 $descriptions: map.merge( 1278 ( 1279 'table-border': 1px solid getCssVar('border-color-lighter'), 1280 'item-bordered-label-background': getCssVar('fill-...
<el-descriptions class="margin-top" title="" :column="3" size="mini"> <el-descriptions-item label="销售订单号">{{ tableDetailList.orderNo || "无" }}</el-descriptions-item> <el-descriptions-item label="下料类型">{{ tableDetailList.customerCode || "无" }}</el-descriptions-item> ...