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
@@ -125,7 +125,7 @@ export default {
return {
show: false,
actions: [
{ name: '着色选项', color: '#07c160' },
{ name: '着色选项', color: '#ee0a24' },
{ name: '禁用选项', disabled: true },
{ name: '加载选项', loading: true },
],