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

高级详情页和高级表单页的card中mt-5不生效 #806

Closed
Ruio9244 opened this issue Jun 24, 2021 · 1 comment
Closed

高级详情页和高级表单页的card中mt-5不生效 #806

Ruio9244 opened this issue Jun 24, 2021 · 1 comment

Comments

@Ruio9244
Copy link

    <a-card title="仓库管理" :bordered="false">
      <BasicForm @register="register" />
    </a-card>

    <a-card title="任务管理" :bordered="false" class="mt-5">
      <BasicForm @register="registerTask" />
    </a-card>

    <a-card title="成员管理" :bordered="false" class="mt-5">
      <PersonTable ref="tableRef" />
    </a-card>

这里面的mt-5全都没有生效
image

@anncwb anncwb closed this as completed in a2d8be3 Jun 24, 2021
@anncwb
Copy link
Collaborator

anncwb commented Jun 24, 2021

优先级和背景色的问题

@anncwb anncwb reopened this Jun 24, 2021
@anncwb anncwb closed this as completed Jun 24, 2021
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

2 participants