style(ActionSheet): subname vertical align (#6756)
This commit is contained in:
@@ -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 },
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user