Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
46cf2cc5
authored
2022-12-28 16:43:59 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1
1 parent
ade91313
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
src/layout/components/Navbar.vue
src/layout/components/Navbar.vue
View file @
46cf2cc
<
template
>
<div
class=
"navbar-con"
>
<div
class=
"navbar"
v-theme
.
background=
"mTheme"
>
<div
class=
"navbar"
>
<div
class=
"logo"
>
{{
title
}}
</div>
<
!--
<
div
class=
"backdrop"
>
<
theme
style=
"float: right;height: 26px;width: 26px;margin-top: 26px;"
@
change=
"themeChange"
/
>
</div>
-->
<div
class=
"backdrop"
>
<
!--
<theme
style=
"float: right;height: 26px;width: 26px;margin-top: 26px;"
@
change=
"themeChange"
/>
--
>
</div>
<div
class=
"right-menu"
>
<div
class=
"dataView pointer"
@
click=
"handleDataView"
>
大屏展示
</div>
<svg-icon
class=
"function"
icon-class=
'function'
/>
...
...
Please
register
or
sign in
to post a comment