mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
[Doc] add usage of common style
This commit is contained in:
parent
07a3fe2d00
commit
0fa5d8ba7c
@ -1,6 +1,13 @@
|
||||
## Common 内置样式
|
||||
Vant 中默认包含了一些常用样式,可以直接通过 className 的方式使用。
|
||||
|
||||
### 使用指南
|
||||
|
||||
在 app.wxss 中引入内置样式
|
||||
```css
|
||||
@import "path/to/vant-weapp/dist/common/index.wxss";
|
||||
```
|
||||
|
||||
### 文字省略
|
||||
当文本内容长度超过容器最大宽度时,自动省略多余的文本。
|
||||
|
||||
|
@ -1 +0,0 @@
|
||||
@import "common/index.pcss";
|
Loading…
x
Reference in New Issue
Block a user