[bugfix] Actionsheet: border display error (#686)

This commit is contained in:
neverland
2018-03-13 22:45:20 +08:00
committed by GitHub
parent d8d1aa6e82
commit 31be42bc8c
5 changed files with 21 additions and 8 deletions
+12 -3
View File
@@ -22,9 +22,18 @@ export default {
return {
show: false,
actions: [
{ name: 'Option1', callback: this.onClick },
{ name: 'Option2' },
{ name: 'Option3', loading: true }
{
name: 'Option',
callback: this.onClick
},
{
name: 'Option',
description: 'Description'
},
{
name: 'Option',
loading: true
}
]
};
},
+2 -1
View File
@@ -27,7 +27,8 @@ export default {
callback: this.onClick
},
{
name: '信用卡支付'
name: '选项',
subname: '描述信息'
},
{
name: '选项',