[bugfix] Actionsheet: border display error (#686)
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
};
|
||||
},
|
||||
|
||||
@@ -27,7 +27,8 @@ export default {
|
||||
callback: this.onClick
|
||||
},
|
||||
{
|
||||
name: '信用卡支付'
|
||||
name: '选项',
|
||||
subname: '描述信息'
|
||||
},
|
||||
{
|
||||
name: '选项',
|
||||
|
||||
Reference in New Issue
Block a user