From 155f2b80f2a9b6f900c73f6e4461e9cebb7cd028 Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期二, 10 十月 2023 17:12:20 +0800 Subject: [PATCH] # --- components/y-title/y-title.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/y-title/y-title.vue b/components/y-title/y-title.vue index 59077f7..5eee0bd 100644 --- a/components/y-title/y-title.vue +++ b/components/y-title/y-title.vue @@ -1,9 +1,9 @@ <template> <view> - <view style="display: flex;align-items: center;width: 100%;"> - <view class="decorate"></view> - <view class="title">{{titleText}}</view> - </view> + <view style="display: flex;align-items: center;width: 100%;"> + <view class="decorate"></view> + <view class="title">{{titleText}}</view> + </view> </view> </template> -- Gitblit v1.9.1