docs: fix CN basic usage title

This commit is contained in:
chenjiahan
2020-04-09 13:09:32 +08:00
committed by neverland
parent cc4c68dc2b
commit 8144e3de50
8 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ Vue.use(Row);
## 代码演示
### 基用法
### 基用法
Layout 组件提供了`24列栅格`,通过在`Col`上添加`span`属性设置列所占的宽度百分比
此外,添加`offset`属性可以设置列的偏移宽度,计算方式与 span 相同