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