diff --git a/src/components/action-sheet/action-sheet.vue b/src/components/action-sheet/action-sheet.vue index 9f526306102f7a0acd95232e0f488e09f47a4d9e..db066680afd50d0075b94bb27b02cdd0a8c74d04 100644 --- a/src/components/action-sheet/action-sheet.vue +++ b/src/components/action-sheet/action-sheet.vue @@ -139,9 +139,9 @@ &:last-of-type border-none() &[data-align="left"] - text-align left + text-align: left &[data-align="right"] - text-align right + text-align: right .cube-action-sheet-space height: 6px