Bootstrap Studio:为元素添加边框

Bootstrap Studio: Adding border to elements

据我所知,无法通过 bootstrap-studio 用户界面向元素添加边框。唯一的方法是通过 css 或添加 boostrap 边框 class:https://getbootstrap.com/docs/4.1/utilities/borders/

所以我要添加例如border-dark 到 Class 名称,这对我不起作用:

解决方案是在 border-dark 旁边添加颜色和方向,例如border-left border-right border-top border-bottom