Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bigwood
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
bigwood
Commits
528e027c
Commit
528e027c
authored
Nov 08, 2022
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
f9ab7dc2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
15 deletions
+4
-15
Notifications.vue
src/components/layout/Notifications.vue
+4
-15
No files found.
src/components/layout/Notifications.vue
View file @
528e027c
...
...
@@ -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
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment