From 599c4591621e3e79e71a24482cc9b6dd232b8f23 Mon Sep 17 00:00:00 2001 From: dolymood Date: Wed, 23 May 2018 10:51:48 +0800 Subject: [PATCH] refactor(ActionSheet): stylus format : ActionSheet align style format --- src/components/action-sheet/action-sheet.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/action-sheet/action-sheet.vue b/src/components/action-sheet/action-sheet.vue index 9f526306..db066680 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 -- GitLab