Commit 528e027c authored by youjie's avatar youjie

no message

parent f9ab7dc2
......@@ -15,14 +15,13 @@
<q-item-section>
<div class="row items-center">
<div class="rounded-borders Notifications-item q-mr-md"
:class="{
'bg-blue-1':index==0,'bg-red-1':index==1,'bg-yellow-1':index==2,'bg-green-1':index==3,
'activeOne':index==0,'activeTwo':index==1,'activeThree':index==2,'activeFour':index==3,}">
:class="{'bg-blue-1':index==0,'bg-red-1':index==1,'bg-yellow-1':index==2,'bg-green-1':index==3,
'activeOne':index==0,'activeTwo':index==1,'activeThree':index==2,'activeFour':index==3}">
<svg-icon :icon="item.icon" :size="16" color="nav"></svg-icon>
</div>
<div class="col column">
<span class="Notifications-overflow Notifications-title cursor-pointer text-weight-bold text-h4 text-subtitle1 q-mr-md text-subtitle1">标题</span>
<div class="Notifications-overflow Notifications-text text-grey-6 f12">副标题</div>
<span class="Notifications-overflow Notifications-title cursor-pointer text-weight-bold q-mr-md text-subtitle1">酒店预定通知</span>
<div class="Notifications-overflow Notifications-text text-grey-6 f12">标间1间300元</div>
</div>
<div class="rounded-borders bg-blue-grey-1 q-px-xs q-ml-lg text-grey-6 f12" style="color: var(--kt-light-inverse);">1{{$t('Notifications.time')}}</div>
</div>
......@@ -31,16 +30,6 @@
</q-list>
</q-scroll-area>
</div>
<q-separator color="grey-3" class="q-my-sm" />
<q-list class="q-px-md text-subtitle2">
<q-item clickable v-ripple class="rounded-borders Notifications-demo text-grey-7">
<q-item-section class="row items-center justify-content">
<div class="row items-center justify-content">
{{ $t('Notifications.more') }}
</div>
</q-item-section>
</q-item>
</q-list>
</q-card>
</template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment