mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-05-31 18:59:16 +08:00
[build] 0.10.0
This commit is contained in:
parent
9d8eb14f0a
commit
91d7d8109d
@ -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,
|
||||||
|
@ -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",
|
||||||
|
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user