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
+2 -2
View File
@@ -58,7 +58,7 @@
</template>
<script>
import { GREEN } from '../../utils/constant';
import { RED } from '../../utils/constant';
export default {
i18n: {
@@ -123,7 +123,7 @@ export default {
statusActions() {
return [
{ name: this.t('coloredOption'), color: GREEN },
{ name: this.t('coloredOption'), color: RED },
{ name: this.t('disabledOption'), disabled: true },
{ loading: true },
];