style(ActionSheet): subname vertical align (#6756)

This commit is contained in:
neverland
2020-07-11 10:03:59 +08:00
committed by GitHub
parent c5d860df4b
commit 16e9829173
7 changed files with 14 additions and 11 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ export default {
return {
show: false,
actions: [
{ name: 'Colored Option', color: '#07c160' },
{ name: 'Colored Option', color: '#ee0a24' },
{ name: 'Disabled Option', disabled: true },
{ name: 'Loading Option', loading: true },
],