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

footer里面的搜搜索和重置按钮如何跟在表单控件右边? #14

Closed
alicksnake22 opened this issue Sep 21, 2020 · 1 comment

Comments

@alicksnake22
Copy link

image
footer里面的搜搜索和重置按钮如何跟在表单控件右边?

@lljj-x
Copy link
Owner

lljj-x commented Sep 22, 2020

我做了个Demo,https://codepen.io/ljj/pen/LYNXqXG


需要加点css,后面版本我会把 inlne布局,相关的样式加到源码里面去

.genFromComponent.el-form--inline .fieldGroupWrap{
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}

.genFromComponent.el-form--inline .validateWidget {
  margin-right: 0;
}

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