Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
company-portal-ui
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
赵啸非
company-portal-ui
Commits
ff0e9e2f
Commit
ff0e9e2f
authored
Mar 10, 2025
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改导航
parent
0fb6f534
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
3 deletions
+10
-3
admin/src/App.vue
admin/src/App.vue
+6
-0
admin/src/components/common/header/Header.vue
admin/src/components/common/header/Header.vue
+1
-1
admin/src/views/portal/ExampleView.vue
admin/src/views/portal/ExampleView.vue
+2
-1
admin/src/views/portal/IndexView.vue
admin/src/views/portal/IndexView.vue
+1
-1
No files found.
admin/src/App.vue
View file @
ff0e9e2f
...
@@ -32,5 +32,11 @@ export default {
...
@@ -32,5 +32,11 @@ export default {
};
};
</
script
>
</
script
>
<
style
>
</
style
>
<
style
lang=
"less"
scoped
>
<
style
lang=
"less"
scoped
>
</
style
>
</
style
>
admin/src/components/common/header/Header.vue
View file @
ff0e9e2f
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<el-row
:span=
"24"
type=
"flex"
justify=
"center"
align=
"middle"
style=
"height: 80px;margin-top: 20px;"
>
<el-row
:span=
"24"
type=
"flex"
justify=
"center"
align=
"middle"
style=
"height: 80px;margin-top: 20px;"
>
<el-col
:span=
"4"
>
<el-col
:span=
"4"
>
<img
src=
"../../../assets/images/logo_portal.png"
style=
"width:
8
0%;float: right;"
alt=
""
>
<img
src=
"../../../assets/images/logo_portal.png"
style=
"width:
6
0%;float: right;"
alt=
""
>
</el-col>
</el-col>
<el-col
:span=
"16"
>
<el-col
:span=
"16"
>
...
...
admin/src/views/portal/ExampleView.vue
View file @
ff0e9e2f
...
@@ -36,6 +36,7 @@
...
@@ -36,6 +36,7 @@
<el-image
<el-image
:src=
"image"
:src=
"image"
fit=
"cover"
fit=
"cover"
:z-index=
"9999"
:preview-src-list=
"srcList"
>
:preview-src-list=
"srcList"
>
</el-image>
</el-image>
</div>
</div>
...
@@ -167,6 +168,6 @@ export default {
...
@@ -167,6 +168,6 @@ export default {
}
}
</
script
>
</
script
>
<
style
scoped
>
<
style
>
</
style
>
</
style
>
admin/src/views/portal/IndexView.vue
View file @
ff0e9e2f
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<div
style=
"width: 100%"
>
<div
style=
"width: 100%"
>
<el-carousel
:interval=
"4000"
height=
"
50
0px"
arrow=
"never"
>
<el-carousel
:interval=
"4000"
height=
"
45
0px"
arrow=
"never"
>
<el-carousel-item
v-for=
"item in slideshow"
:key=
"item.imageUrl"
>
<el-carousel-item
v-for=
"item in slideshow"
:key=
"item.imageUrl"
>
<el-image
:src=
"item.imageUrl"
style=
"width: inherit;height: inherit"
/>
<el-image
:src=
"item.imageUrl"
style=
"width: inherit;height: inherit"
/>
</el-carousel-item>
</el-carousel-item>
...
...
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