mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-05 19:41:45 +08:00
[improvement] Icon: add cart-circle icon (#1204)
This commit is contained in:
parent
91d735a41a
commit
7fbe5cd789
@ -7,7 +7,7 @@
|
||||
wx:for="{{ icons.basic }}"
|
||||
wx:key="index"
|
||||
custom-class="col"
|
||||
span="8"
|
||||
span="6"
|
||||
>
|
||||
<van-icon
|
||||
name="{{ item }}"
|
||||
@ -22,7 +22,7 @@
|
||||
wx:for="{{ icons.outline }}"
|
||||
wx:key="index"
|
||||
custom-class="col"
|
||||
span="8"
|
||||
span="6"
|
||||
>
|
||||
<van-icon
|
||||
name="{{ item }}"
|
||||
@ -37,7 +37,7 @@
|
||||
wx:for="{{ icons.filled }}"
|
||||
wx:key="index"
|
||||
custom-class="col"
|
||||
span="8"
|
||||
span="6"
|
||||
>
|
||||
<van-icon
|
||||
name="{{ item }}"
|
||||
|
@ -9,11 +9,13 @@
|
||||
.icon {
|
||||
display: block;
|
||||
margin: 15px 0;
|
||||
color: rgba(69, 90, 100, .8);
|
||||
color: #455a64;
|
||||
}
|
||||
|
||||
.text {
|
||||
font-size: 14px;
|
||||
font-size: 12px;
|
||||
padding: 0 5px;
|
||||
line-height: 14px;
|
||||
}
|
||||
|
||||
.demo-tab-pane {
|
||||
|
@ -27,7 +27,7 @@
|
||||
"@babel/preset-env": "^7.2.3",
|
||||
"@babel/preset-typescript": "^7.1.0",
|
||||
"@vant/doc": "^1.0.21",
|
||||
"@vant/icons": "^1.0.4",
|
||||
"@vant/icons": "1.0.7",
|
||||
"autoprefixer": "^9.4.4",
|
||||
"babel-loader": "8.0.5",
|
||||
"cross-env": "^5.1.4",
|
||||
|
@ -59,7 +59,7 @@
|
||||
}
|
||||
|
||||
&--check {
|
||||
color: @gray-dark;
|
||||
color: @gray;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -795,10 +795,10 @@
|
||||
nprogress "^0.2.0"
|
||||
shelljs "^0.8.2"
|
||||
|
||||
"@vant/icons@^1.0.4":
|
||||
version "1.0.4"
|
||||
resolved "https://registry.yarnpkg.com/@vant/icons/-/icons-1.0.4.tgz#76b166f5ecf291711a0f8ff86a1af99e4813343c"
|
||||
integrity sha512-X2+7ZPvkUq8wACTiQ0wptQ6UmUIY8BQTkxeAkPrvSglPjqhRFFuaof6RS1O2c8zGxa0GkM4dt9mqHySkjjikKQ==
|
||||
"@vant/icons@1.0.7":
|
||||
version "1.0.7"
|
||||
resolved "https://registry.yarnpkg.com/@vant/icons/-/icons-1.0.7.tgz#6e2e5583d41ae46b172c9185579d74e2941d1069"
|
||||
integrity sha512-OD2Qc5U8iixaIe2F4lXPKt8Ie67yqGrgwF3m/FJ0NCLSskCfzhF6rsVAVO8WwA0IaQLPCMb2YhEJpTgA9eHZtA==
|
||||
|
||||
"@vue/component-compiler-utils@^2.0.0":
|
||||
version "2.1.1"
|
||||
|
Loading…
x
Reference in New Issue
Block a user