🌈 An enterprise-class UI components based on Ant Design and Vue. 🐜
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

29 lines
677 B

<docs>
---
order: 4
title:
zh-CN: 垂直
en-US: Vertical
---
## zh-CN
垂直的列表
## en-US
Simplest Usage.
</docs>
<template>
<a-descriptions title="User Info" layout="vertical">
<a-descriptions-item label="UserName">Zhou Maomao</a-descriptions-item>
<a-descriptions-item label="Telephone">1810000000</a-descriptions-item>
<a-descriptions-item label="Live">Hangzhou, Zhejiang</a-descriptions-item>
<a-descriptions-item label="Address" :span="2">
No. 18, Wantang Road, Xihu District, Hangzhou, Zhejiang, China
</a-descriptions-item>
<a-descriptions-item label="Remark">empty</a-descriptions-item>
</a-descriptions>
</template>