[build] 0.10.0

This commit is contained in:
陈嘉涵 2017-10-13 11:22:05 +08:00
parent 9d8eb14f0a
commit 91d7d8109d
3 changed files with 3 additions and 3 deletions

View File

@ -59,7 +59,7 @@ import TreeSelect from './tree-select';
import Uploader from './uploader'; import Uploader from './uploader';
import Waterfall from './waterfall'; import Waterfall from './waterfall';
const version = '0.9.12'; const version = '0.10.0';
const components = [ const components = [
Actionsheet, Actionsheet,
AddressEdit, AddressEdit,

View File

@ -1,6 +1,6 @@
{ {
"name": "vant-css", "name": "vant-css",
"version": "0.9.12", "version": "0.10.0",
"description": "vant css.", "description": "vant css.",
"main": "lib/index.css", "main": "lib/index.css",
"style": "lib/index.css", "style": "lib/index.css",

View File

@ -13,7 +13,7 @@
font-size: 12px; font-size: 12px;
line-height: 18px; line-height: 18px;
padding: 10px 10px; padding: 10px 10px;
background-color: $white6e1; background-color: #fff6e1;
} }
&__bar { &__bar {