Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

描述列表 Descriptions渲染列错误 #3072

Open
1 task
CloudClient opened this issue Apr 11, 2024 · 1 comment
Open
1 task

描述列表 Descriptions渲染列错误 #3072

CloudClient opened this issue Apr 11, 2024 · 1 comment

Comments

@CloudClient
Copy link

Basic Info

  • Package Name And Version: @arco-design/web-vue@2.53.0
  • Framework version: Vue3.3.7
  • Browser: chrome123.0.0.0

What is expected?

第一行审批人 第二行审批状态各自独占一行 其他四个在最后一行中,实际效果是第一行审批人 第二行 审批状态 申请时间 名称 更新时间 在第二行 备注在最后一行

Steps to reproduce

代码

{{ form.person }}
{{ form.status }}
{{ form.createTime }}
{{ form.name }}
{{ form.updateTime }}
{{ form.remark }}

@CloudClient
Copy link
Author

<a-descriptions :column="4" :align="{ label: 'left' }" bordered> <a-descriptions-item label="申请人" :span="4">{{ form.person }}</a-descriptions-item> <a-descriptions-item label="审批状态" :span="4"> {{ form.status }} </a-descriptions-item> <a-descriptions-item label="申请时间" :span="1">{{ form.createTime }}</a-descriptions-item> <a-descriptions-item label="名称" :span="1">{{ form.name }}</a-descriptions-item> <a-descriptions-item label="更新时间" :span="1">{{ form.updateTime }}</a-descriptions-item> <a-descriptions-item label="备注" :span="1">{{ form.remark }}</a-descriptions-item> </a-descriptions>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant