feat(Card): change thumb fit mode to cover
This commit is contained in:
@@ -20,9 +20,7 @@ Vue.use(SwipeCell);
|
||||
<template slot="left">
|
||||
<van-button square type="primary" text="选择" />
|
||||
</template>
|
||||
|
||||
<van-cell :border="false" title="单元格" value="内容" />
|
||||
|
||||
<template slot="right">
|
||||
<van-button square type="danger" text="删除" />
|
||||
<van-button square type="primary" text="收藏"/>
|
||||
@@ -39,9 +37,7 @@ Vue.use(SwipeCell);
|
||||
<template slot="left">
|
||||
<van-button square type="primary" text="选择" />
|
||||
</template>
|
||||
|
||||
<van-cell :border="false" title="单元格" value="内容" />
|
||||
|
||||
<template slot="right">
|
||||
<van-button square type="danger" text="删除" />
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user