Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
B
beiligong-web-base
Project
Project
Details
Activity
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
范骋宇
beiligong-web-base
Commits
3a0bc17e
Commit
3a0bc17e
authored
Jun 15, 2026
by
范骋宇
🇺🇸
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
logo替换
parent
4635c818
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
favicon.ico
applications/architecture-dee/public/favicon.ico
+0
-0
Navbar.vue
...cations/architecture-dee/src/layout/components/Navbar.vue
+9
-9
No files found.
applications/architecture-dee/public/favicon.ico
View replaced file @
4635c818
View file @
3a0bc17e
598 Bytes
|
W:
|
H:
1.12 KB
|
W:
|
H:
2-up
Swipe
Onion skin
applications/architecture-dee/src/layout/components/Navbar.vue
View file @
3a0bc17e
<
template
>
<div
class=
"navbar"
>
<div
class=
"hamburger-container"
>
<
span
style=
"cursor: pointer"
@
click=
"goHome"
>
<img
src=
"/images/logo.png"
class=
"login-box"
alt=
"
"
>
<
/span
>
<
!--
<span
>
--
>
<img
style=
"cursor: pointer"
src=
"/images/logo.png"
class=
"login-box"
alt=
""
@
click=
"goHome
"
>
<
!--
</span>
--
>
<div
v-if=
"activeModel"
class=
"login-module"
>
<span
class=
"dex"
style=
"cursor: pointer;"
@
click=
"goHome"
>
DEX
</span>
<span
class=
"dex"
style=
"cursor: pointer;"
@
click=
"goHome"
>
多传感器联合标定与校准系统数据库管理软件
</span>
<span
class=
"moudle-name"
>
{{
$t
(
activeModel
.
name
?
activeModel
.
name
:
formatMoudle
[
activeModel
.
id
])
}}
</span>
<!--
<span>
>>
</span>
<span>
{{
routeName
}}
</span>
-->
...
...
@@ -258,7 +258,7 @@ export default {
}
.login-box
{
height
:
2
0px
;
height
:
3
0px
;
}
.hamburger-container
{
...
...
@@ -281,10 +281,10 @@ export default {
align-items
:
center
;
.dex
{
font-size
:
20
px
;
font-weight
:
900
;
font-style
:
italic
;
font-family
:
'方正黑体'
;
font-size
:
15
px
;
//
font-weight: 900;
//
font-style: italic;
//
font-family: '方正黑体';
padding-right
:
15px
;
position
:
relative
;
...
...
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