Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
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
Merge Requests
0
Merge Requests
0
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
罗超
confucius
Commits
b755b99c
Commit
b755b99c
authored
Apr 22, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
fa15e699
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
notify.vue
src/components/global/notify.vue
+2
-2
No files found.
src/components/global/notify.vue
View file @
b755b99c
...
@@ -4,11 +4,11 @@
...
@@ -4,11 +4,11 @@
class=
"no-border-radius flex column"
>
class=
"no-border-radius flex column"
>
<q-tabs
v-model=
"tab"
class=
"text-grey"
active-color=
"secondary"
indicator-color=
"secondary"
align=
"justify"
<q-tabs
v-model=
"tab"
class=
"text-grey"
active-color=
"secondary"
indicator-color=
"secondary"
align=
"justify"
narrow-indicator
inline-label
>
narrow-indicator
inline-label
>
<q-tab
alert=
"negative"
name=
"msg"
>
<
!--
<
q-tab
alert=
"negative"
name=
"msg"
>
<inline-svg
class=
"svg-icon q-mr-xs"
:class=
"[tab=='msg'?'svg-icon-secondary':'svg-icon-grey']"
<inline-svg
class=
"svg-icon q-mr-xs"
:class=
"[tab=='msg'?'svg-icon-secondary':'svg-icon-grey']"
src=
"icons/svg/Communication/Chat-check.svg"
></inline-svg>
src=
"icons/svg/Communication/Chat-check.svg"
></inline-svg>
<span>
消息
</span>
<span>
消息
</span>
</q-tab>
</q-tab>
-->
<q-tab
name=
"notify"
>
<q-tab
name=
"notify"
>
<inline-svg
class=
"svg-icon q-mr-xs"
:class=
"[tab=='notify'?'svg-icon-secondary':'svg-icon-grey']"
<inline-svg
class=
"svg-icon q-mr-xs"
:class=
"[tab=='notify'?'svg-icon-secondary':'svg-icon-grey']"
src=
"icons/svg/Communication/Urgent-mail.svg"
></inline-svg>
src=
"icons/svg/Communication/Urgent-mail.svg"
></inline-svg>
...
...
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