标题右侧有多个按钮
我希望标题栏右侧有多个按钮。 文档说你可以使用 DIV 进行自定义,但是当我这样做时按钮没有正常的样式。有什么建议吗?
I would like to have more than one button on the right side of the Header bar. The docs say you can customize using a DIV, but when I do that the buttons do not have their normal style. Any advice?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
上面的示例在标题上放置了多个按钮,但它们都位于标题的左侧。我认为您可以将按钮分组到一个控件组中,并将控件组放置在标题的右侧。也许是这样的:
希望这有帮助。
The above example puts more than buttons on the header but they are all positioned to the left of the header. I think you can group your buttons in a controlgroup and position the control the group to the right of the header. Maybe something like this:
Hope this helps.
我就是这样做的,看起来很干净。
HTMLCSS
This is how I did it, seems clean.
HTML
CSS
我已经在页脚中看到了这一点(此处显示< /a>),可能会给您提供有关标题或工具栏的想法
I've seen this done in the footer (Shown Here), might give you an idea for the header or toolbar
您可以使用网格类。
You can use the grid class.