mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-05-21 13:59:15 +08:00
[Doc] Icon: update demo (#1530)
This commit is contained in:
parent
85aa2c6b3b
commit
6d46f25051
@ -1,5 +1,6 @@
|
||||
<van-tabs
|
||||
active="{{ active }}"
|
||||
color="#1989fa"
|
||||
bind:change="onSwitch"
|
||||
>
|
||||
<van-tab title="基础图标" custom-class="demo-tab-pane">
|
||||
|
@ -8,16 +8,18 @@
|
||||
|
||||
.icon {
|
||||
display: block;
|
||||
margin: 15px 0;
|
||||
color: #455a64;
|
||||
color: #323233;
|
||||
margin: 20px 0 10px;
|
||||
}
|
||||
|
||||
.text {
|
||||
font-size: 12px;
|
||||
padding: 0 5px;
|
||||
line-height: 14px;
|
||||
color: #7d7e80;
|
||||
}
|
||||
|
||||
.demo-tab-pane {
|
||||
padding-top: 10px;
|
||||
margin: 20px;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user