Skip to content

Descriptions 描述列表

列表形式展示多个字段。

引入

js

html
<script type="module">
  import "./node_modules/easy-component-ui/components/ea-descriptions/index.js";
</script>

css

TIP

需要注意的是, 如果需要使用到带有图标的 属性/组件, 需要提前使用 link 标签引入图标文件

html
<link
  rel="stylesheet"
  href="./node_modules/easy-component-ui/components/ea-icon/index.css"
/>

自定义样式

移步到 CSS Part

基础用法

Lilyiro Lord of the Wild Lunacrest Continent Thunderous Veins Daredevil She was once an elf lord, defending the border from goblin invaders. She was then a goblin warrior, protecting her clan from being slaughtered by elves. She has the unwavering courage to uphold justice in her heart and she is prepared to betray or be betrayed for the greater good. Despite her inner gentleness, Lilyiro, who has spilled so much blood on battlefields, is more straightforward than men.
查看代码
html
<div class="demo">
  <ea-descriptions title="User Info">
    <ea-descriptions-item label="Username"> Lilyiro </ea-descriptions-item>
    <ea-descriptions-item label="Essence">
      Lord of the Wild
    </ea-descriptions-item>
    <ea-descriptions-item label="Place">
      Lunacrest Continent
    </ea-descriptions-item>
    <ea-descriptions-item label="Traits">
      <ea-tag size="small" type="warning" style="margin-right: 1rem">
        Thunderous Veins
      </ea-tag>
      <ea-tag size="small" type="info">Daredevil</ea-tag>
    </ea-descriptions-item>
    <ea-descriptions-item label="Description">
      She was once an elf lord, defending the border from goblin invaders. She
      was then a goblin warrior, protecting her clan from being slaughtered by
      elves. She has the unwavering courage to uphold justice in her heart and
      she is prepared to betray or be betrayed for the greater good. Despite her
      inner gentleness, Lilyiro, who has spilled so much blood on battlefields,
      is more straightforward than men.
    </ea-descriptions-item>
  </ea-descriptions>
</div>

不同尺寸

LargeDefaultSmall Lilyiro Lord of the Wild Lunacrest Continent Thunderous Veins Daredevil She was once an elf lord, defending the border from goblin invaders. She was then a goblin warrior, protecting her clan from being slaughtered by elves. She has the unwavering courage to uphold justice in her heart and she is prepared to betray or be betrayed for the greater good. Despite her inner gentleness, Lilyiro, who has spilled so much blood on battlefields, is more straightforward than men. Lilyiro Lord of the Wild Lunacrest Continent Thunderous Veins Daredevil She was once an elf lord, defending the border from goblin invaders. She was then a goblin warrior, protecting her clan from being slaughtered by elves. She has the unwavering courage to uphold justice in her heart and she is prepared to betray or be betrayed for the greater good. Despite her inner gentleness, Lilyiro, who has spilled so much blood on battlefields, is more straightforward than men.
查看代码
html
<div class="demo">
  <ea-radio-group name="size" id="sizeRadioGroup" value="default">
    <ea-radio value="large">Large</ea-radio>
    <ea-radio value="default">Default</ea-radio>
    <ea-radio value="small">Small</ea-radio>
  </ea-radio-group>
  <ea-descriptions class="descriptions-size" title="With border" border>
    <ea-descriptions-item label="Username"> Lilyiro </ea-descriptions-item>
    <ea-descriptions-item label="Essence">
      Lord of the Wild
    </ea-descriptions-item>
    <ea-descriptions-item label="Place">
      Lunacrest Continent
    </ea-descriptions-item>
    <ea-descriptions-item label="Traits">
      <ea-tag size="small" type="warning" style="margin-right: 1rem">
        Thunderous Veins
      </ea-tag>
      <ea-tag size="small" type="info">Daredevil</ea-tag>
    </ea-descriptions-item>
    <ea-descriptions-item label="Description">
      She was once an elf lord, defending the border from goblin invaders. She
      was then a goblin warrior, protecting her clan from being slaughtered by
      elves. She has the unwavering courage to uphold justice in her heart and
      she is prepared to betray or be betrayed for the greater good. Despite her
      inner gentleness, Lilyiro, who has spilled so much blood on battlefields,
      is more straightforward than men.
    </ea-descriptions-item>
  </ea-descriptions>

  <ea-descriptions title="Without border">
    <ea-descriptions-item label="Username"> Lilyiro </ea-descriptions-item>
    <ea-descriptions-item label="Essence">
      Lord of the Wild
    </ea-descriptions-item>
    <ea-descriptions-item label="Place">
      Lunacrest Continent
    </ea-descriptions-item>
    <ea-descriptions-item label="Traits">
      <ea-tag size="small" type="warning" style="margin-right: 1rem">
        Thunderous Veins
      </ea-tag>
      <ea-tag size="small" type="info">Daredevil</ea-tag>
    </ea-descriptions-item>
    <ea-descriptions-item label="Description">
      She was once an elf lord, defending the border from goblin invaders. She
      was then a goblin warrior, protecting her clan from being slaughtered by
      elves. She has the unwavering courage to uphold justice in her heart and
      she is prepared to betray or be betrayed for the greater good. Despite her
      inner gentleness, Lilyiro, who has spilled so much blood on battlefields,
      is more straightforward than men.
    </ea-descriptions-item>
  </ea-descriptions>
</div>

垂直列表

Lilyiro Lord of the Wild Lunacrest Continent Thunderous Veins Daredevil She was once an elf lord, defending the border from goblin invaders. She was then a goblin warrior, protecting her clan from being slaughtered by elves. She has the unwavering courage to uphold justice in her heart and she is prepared to betray or be betrayed for the greater good. Despite her inner gentleness, Lilyiro, who has spilled so much blood on battlefields, is more straightforward than men. Lilyiro Lord of the Wild Lunacrest Continent Thunderous Veins Daredevil She was once an elf lord, defending the border from goblin invaders. She was then a goblin warrior, protecting her clan from being slaughtered by elves. She has the unwavering courage to uphold justice in her heart and she is prepared to betray or be betrayed for the greater good. Despite her inner gentleness, Lilyiro, who has spilled so much blood on battlefields, is more straightforward than men.
查看代码
html
<div class="demo">
  <ea-descriptions
    title="Vertical list with border"
    direction="vertical"
    border
  >
    <ea-descriptions-item label="Username"> Lilyiro </ea-descriptions-item>
    <ea-descriptions-item label="Essence">
      Lord of the Wild
    </ea-descriptions-item>
    <ea-descriptions-item label="Place">
      Lunacrest Continent
    </ea-descriptions-item>
    <ea-descriptions-item label="Traits">
      <ea-tag size="small" type="warning" style="margin-right: 1rem">
        Thunderous Veins
      </ea-tag>
      <ea-tag size="small" type="info">Daredevil</ea-tag>
    </ea-descriptions-item>
    <ea-descriptions-item label="Description">
      She was once an elf lord, defending the border from goblin invaders. She
      was then a goblin warrior, protecting her clan from being slaughtered by
      elves. She has the unwavering courage to uphold justice in her heart and
      she is prepared to betray or be betrayed for the greater good. Despite her
      inner gentleness, Lilyiro, who has spilled so much blood on battlefields,
      is more straightforward than men.
    </ea-descriptions-item>
  </ea-descriptions>

  <ea-descriptions
    title="Vertical list without border"
    direction="vertical"
    class="descriptions-size"
  >
    <ea-descriptions-item label="Username"> Lilyiro </ea-descriptions-item>
    <ea-descriptions-item label="Essence">
      Lord of the Wild
    </ea-descriptions-item>
    <ea-descriptions-item label="Place">
      Lunacrest Continent
    </ea-descriptions-item>
    <ea-descriptions-item label="Traits">
      <ea-tag size="small" type="warning" style="margin-right: 1rem">
        Thunderous Veins
      </ea-tag>
      <ea-tag size="small" type="info">Daredevil</ea-tag>
    </ea-descriptions-item>
    <ea-descriptions-item label="Description">
      She was once an elf lord, defending the border from goblin invaders. She
      was then a goblin warrior, protecting her clan from being slaughtered by
      elves. She has the unwavering courage to uphold justice in her heart and
      she is prepared to betray or be betrayed for the greater good. Despite her
      inner gentleness, Lilyiro, who has spilled so much blood on battlefields,
      is more straightforward than men.
    </ea-descriptions-item>
  </ea-descriptions>
</div>

单元格跨行

Lilyiro Lord of the Wild Lunacrest Continent Thunderous Veins Daredevil She was once an elf lord, defending the border from goblin invaders. She was then a goblin warrior, protecting her clan from being slaughtered by elves. She has the unwavering courage to uphold justice in her heart and she is prepared to betray or be betrayed for the greater good. Despite her inner gentleness, Lilyiro, who has spilled so much blood on battlefields, is more straightforward than men. Lilyiro Lord of the Wild Lunacrest Continent Thunderous Veins Daredevil She was once an elf lord, defending the border from goblin invaders. She was then a goblin warrior, protecting her clan from being slaughtered by elves. She has the unwavering courage to uphold justice in her heart and she is prepared to betray or be betrayed for the greater good. Despite her inner gentleness, Lilyiro, who has spilled so much blood on battlefields, is more straightforward than men.
查看代码
html
<div class="demo">
  <ea-descriptions title="Width horizontal list" border>
    <ea-descriptions-item
      rowspan="2"
      width="140px"
      label="Photo"
      align="center"
    >
      <ea-avatar
        style="width: 100px; height: 100px"
        size="100%"
        src="https://tse2-mm.cn.bing.net/th/id/OIP-C.mH9YLFEL5YdVxJM82mjVJQAAAA?rs=1&pid=ImgDetMain"
        tabindex="1"
      ></ea-avatar>
    </ea-descriptions-item>
    <ea-descriptions-item label="Username"> Lilyiro </ea-descriptions-item>
    <ea-descriptions-item label="Essence">
      Lord of the Wild
    </ea-descriptions-item>
    <ea-descriptions-item label="Place">
      Lunacrest Continent
    </ea-descriptions-item>
    <ea-descriptions-item label="Traits">
      <ea-tag size="small" type="warning" style="margin-right: 1rem">
        Thunderous Veins
      </ea-tag>
      <ea-tag size="small" type="info">Daredevil</ea-tag>
    </ea-descriptions-item>
    <ea-descriptions-item label="Description">
      She was once an elf lord, defending the border from goblin invaders. She
      was then a goblin warrior, protecting her clan from being slaughtered by
      elves. She has the unwavering courage to uphold justice in her heart and
      she is prepared to betray or be betrayed for the greater good. Despite her
      inner gentleness, Lilyiro, who has spilled so much blood on battlefields,
      is more straightforward than men.
    </ea-descriptions-item>
  </ea-descriptions>
  <ea-descriptions
    title="Width vertical list"
    direction="vertical"
    border
    style="margin-top: 20px"
  >
    <ea-descriptions-item
      rowspan="2"
      width="140px"
      label="Photo"
      align="center"
    >
      <ea-avatar
        style="width: 100px; height: 100px"
        size="100%"
        src="https://tse2-mm.cn.bing.net/th/id/OIP-C.mH9YLFEL5YdVxJM82mjVJQAAAA?rs=1&pid=ImgDetMain"
        tabindex="1"
      ></ea-avatar>
    </ea-descriptions-item>
    <ea-descriptions-item label="Username"> Lilyiro </ea-descriptions-item>
    <ea-descriptions-item label="Essence">
      Lord of the Wild
    </ea-descriptions-item>
    <ea-descriptions-item label="Place">
      Lunacrest Continent
    </ea-descriptions-item>
    <ea-descriptions-item label="Traits">
      <ea-tag size="small" type="warning" style="margin-right: 1rem">
        Thunderous Veins
      </ea-tag>
      <ea-tag size="small" type="info">Daredevil</ea-tag>
    </ea-descriptions-item>
    <ea-descriptions-item label="Description">
      She was once an elf lord, defending the border from goblin invaders. She
      was then a goblin warrior, protecting her clan from being slaughtered by
      elves. She has the unwavering courage to uphold justice in her heart and
      she is prepared to betray or be betrayed for the greater good. Despite her
      inner gentleness, Lilyiro, who has spilled so much blood on battlefields,
      is more straightforward than men.
    </ea-descriptions-item>
  </ea-descriptions>
</div>

自定义样式

Customized style list Operation Lilyiro Lord of the Wild Lunacrest Continent Thunderous Veins Daredevil She was once an elf lord, defending the border from goblin invaders. She was then a goblin warrior, protecting her clan from being slaughtered by elves. She has the unwavering courage to uphold justice in her heart and she is prepared to betray or be betrayed for the greater good. Despite her inner gentleness, Lilyiro, who has spilled so much blood on battlefields, is more straightforward than men.
html
<div class="demo">
  <ea-descriptions column="3" border>
    <span slot="title">
      <ea-icon icon="icon-info" color="#409eff"></ea-icon>Customized style list
    </span>
    <ea-button type="primary" slot="extra"> Operation </ea-button>
    <ea-descriptions-item
      label="Username"
      label-align="right"
      label-part="my-label"
      content-part="my-content"
      align="center"
      width="150px"
    >
      Lilyiro
    </ea-descriptions-item>
    <ea-descriptions-item label="Essence" label-align="right" align="center">
      Lord of the Wild
    </ea-descriptions-item>
    <ea-descriptions-item label="Place" label-align="right" align="center">
      Lunacrest Continent
    </ea-descriptions-item>
    <ea-descriptions-item label="Traits" label-align="right" align="center">
      <ea-tag size="small" type="warning" style="margin-right: 1rem">
        Thunderous Veins
      </ea-tag>
      <ea-tag size="small" type="info">Daredevil</ea-tag>
    </ea-descriptions-item>
    <ea-descriptions-item
      label="Description"
      label-align="right"
      align="center"
    >
      She was once an elf lord, defending the border from goblin invaders. She
      was then a goblin warrior, protecting her clan from being slaughtered by
      elves. She has the unwavering courage to uphold justice in her heart and
      she is prepared to betray or be betrayed for the greater good. Despite her
      inner gentleness, Lilyiro, who has spilled so much blood on battlefields,
      is more straightforward than men.
    </ea-descriptions-item>
  </ea-descriptions>
</div>
css
ea-descriptions::part(my-label) {
  background-color: #f0f9eb;
}

ea-descriptions::part(my-content) {
  background-color: #fef0f0;
}

Descriptions API

Descriptions Attributes

参数说明类型可选值默认值
title标题string--
direction列表排列方向stringvertical | horizontalhorizontal
border是否显示边框boolean-false
column每行预期列数(用于分配单元格 colspan/rowspan)number-3
size组件尺寸,影响间距与字号stringlarge | default | smalldefault
label-width全局 label 宽度(如设置会作为 item 的默认 label 宽度,单个 item 可覆盖)string (CSS 长度,如 150px)-""

Descriptions CSS Part

用法可参考 MDN ::part()伪类

名称说明
container外层表格容器,part="container"(对应组件根元素)
caption标题与额外操作区容器,part="caption"
title标题区域,part="title"
extra右侧额外插槽区域,part="extra"
body表格 body(tbody),part="body"
row行(tr)部分,part="row"(在不同布局下会生成 label / content 行)
col-cell单元格(td)部分,part="col-cell"
label & cell标签单元格的 part(渲染为 th/td 时携带 label 标识) part="label" | part="cell"
content & cell内容单元格的 part(渲染为 td 时携带 content 标识) part="content" | part="cell"

Descriptions Slots

名称说明
title标题插槽
extra右侧额外操作区插槽

DescriptionsItem API

DescriptionsItem Attributes

参数说明类型可选值默认值
label描述项的标签文本string--
colspan单元格横向占据的列数number-1
rowspan单元格纵向占据的行数number-1
align单元格对齐方式(同时影响 label 与 content)stringleft | center | right""
label-alignlabel 文本对齐(优先于 align)stringleft | center | right""
width单元格宽度(CSS 长度)string (CSS 长度)-""
label-width单个 label 宽度(覆盖 ea-descriptionslabel-widthstring (CSS 长度)-""
label-part自定义 label 对应的 part 名称(会被附加到 label 的 part 属性)string-""
content-part自定义 content 对应的 part 名称(会被附加到 content 的 part 属性)string-""

DescriptionsItem CSS Part

用法可参考 MDN ::part()伪类

名称说明
containeritem 外层容器,part="container"

DescriptionsItem Slots

名称说明
-默认插槽