如何制作两个午夜指挥官,例如BS5 / Angular 13中的布局
我想为我的组件实现以下布局:
|-----------|
-------------
| | |
| | |
| | |
| | |
-------------
工具箱,顶部有按钮和两个固定尺寸的面板,并带有边框和滚动左下方。
我应该在Flex工具上进行一些研究,还是简单的样式表可以解决我的案例?
I'd like to achieve the following layout for my component:
|-----------|
-------------
| | |
| | |
| | |
| | |
-------------
Toolbox with buttons on the top and two fixed sized panels with borders and scrolls bottom left and right.
Should I do some research in flex tools, or simple stylesheet would solve my case?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于视觉构建器,您可以使用 http://shoelace.io/ 用于balout and bootstrap elements for Toolbar
此代码可以粘贴到
shoelace
。For a visual builder you could use http://shoelace.io/ for the layout and other bootstrap elements for the toolbar https://mdbootstrap.com/docs/b5/angular/navigation/navbar/
This code can be pasted to
shoelace
.