如题,最近研究了一下分栏功能,但没有合适的场景。想看看大家都是如何使用分栏这项功能的,欢迎分享自己的使用心得。
目前想到的使用場景:
▼ 圖片並排
▼ 資料對比
使用Columns plugin
````col
```col-md
#### Fruits
- apples
- bananas
- potatoes
```
```col-md
#### Vegetables
- eggplant
- leek
- lettuce
```
```col-md
#### Others
- peanuts
- olive oil
- pork
```
````
2 个赞
感谢分享,这两个确实挺实用,看来我目前还没有这方面的需求。