[improvement] Icon: add cart-circle icon (#1204)

This commit is contained in:
neverland 2019-01-10 21:16:28 +08:00 committed by GitHub
parent 91d735a41a
commit 7fbe5cd789
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 13 additions and 11 deletions

View File

@ -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 }}"

View File

@ -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 {

View File

@ -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",

View File

@ -59,7 +59,7 @@
}
&--check {
color: @gray-dark;
color: @gray;
}
}
}

View File

@ -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"