Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sample-form-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
sample-form-platform
Commits
845a5cd2
Commit
845a5cd2
authored
Sep 08, 2023
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
perf:修改logo
parent
6f9715ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
sample-form-manager-ui/admin/src/pages/layouts/components/Header.vue
...-manager-ui/admin/src/pages/layouts/components/Header.vue
+5
-2
No files found.
sample-form-manager-ui/admin/src/pages/layouts/components/Header.vue
View file @
845a5cd2
...
@@ -2,8 +2,7 @@
...
@@ -2,8 +2,7 @@
<div
class=
"header flex aic jcb"
>
<div
class=
"header flex aic jcb"
>
<div
class=
"left flex aic"
>
<div
class=
"left flex aic"
>
<img
<img
class=
"pointer mr10"
class=
"pointer mr10 logo"
width=
"32"
:src=
"sysLogo ? api + sysLogo : require('@/assets/img/logo.png')"
:src=
"sysLogo ? api + sysLogo : require('@/assets/img/logo.png')"
alt=
"LOGO"
alt=
"LOGO"
@
click=
"handleGoHome"
@
click=
"handleGoHome"
...
@@ -106,6 +105,10 @@ export default {
...
@@ -106,6 +105,10 @@ export default {
background: linear-gradient(90deg, #1845c6 0%, #2999ff 100%);
background: linear-gradient(90deg, #1845c6 0%, #2999ff 100%);
color: #fff;
color: #fff;
flex-shrink: 0;
flex-shrink: 0;
.logo {
height: 32px;
object-fit: contain;
}
.left {
.left {
height: 100%;
height: 100%;
}
}
...
...
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