在使用Bootstrap Accordion时,需要注意,当Accordion中有多个子元素时,每个子元素的样式需要单独指定。如果需要在子元素中使用网格属性,需要在子元素的外层添加一个div,并将网格属性指定在该div上,而不是直接在子元素上指定。
示例代码:
This is the content for the first accordion item.
First column
Second column
Third column
在该示例中,第二个Accordion子元素中的网格属性被指定在了一个div.row上。这样就能够让该子元