[Doc] add usage of common style

This commit is contained in:
陈嘉涵 2018-08-07 15:09:58 +08:00
parent 07a3fe2d00
commit 0fa5d8ba7c
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,13 @@
## Common 内置样式
Vant 中默认包含了一些常用样式,可以直接通过 className 的方式使用。
### 使用指南
在 app.wxss 中引入内置样式
```css
@import "path/to/vant-weapp/dist/common/index.wxss";
```
### 文字省略
当文本内容长度超过容器最大宽度时,自动省略多余的文本。

View File

@ -1 +0,0 @@
@import "common/index.pcss";