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
0fb6f534
Commit
0fb6f534
authored
Mar 08, 2025
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改导航
parent
06b81dbf
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
30 additions
and
31 deletions
+30
-31
admin/public/index.html
admin/public/index.html
+1
-1
admin/src/views/portal/AboutView.vue
admin/src/views/portal/AboutView.vue
+13
-0
admin/src/views/portal/ExampleView.vue
admin/src/views/portal/ExampleView.vue
+1
-0
admin/src/views/portal/IndexView.vue
admin/src/views/portal/IndexView.vue
+1
-30
admin/src/views/portal/NewsView.vue
admin/src/views/portal/NewsView.vue
+14
-0
No files found.
admin/public/index.html
View file @
0fb6f534
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<meta
charset=
"utf-8"
/>
<meta
charset=
"utf-8"
/>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
/>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
/>
<!-- <meta name="viewport" content="width=device-width,initial-scale=1.0" />-->
<!-- <meta name="viewport" content="width=device-width,initial-scale=1.0" />-->
<meta
name=
"viewport"
content=
"width=1
28
0px, initial-scale=1.0, maximum-scale=2.0"
>
<meta
name=
"viewport"
content=
"width=1
92
0px, initial-scale=1.0, maximum-scale=2.0"
>
<link
rel=
"icon"
href=
"<%= BASE_URL %>sbgl.ico"
/>
<link
rel=
"icon"
href=
"<%= BASE_URL %>sbgl.ico"
/>
<title>
每佳科技
</title>
<title>
每佳科技
</title>
<style>
<style>
...
...
admin/src/views/portal/AboutView.vue
View file @
0fb6f534
...
@@ -37,9 +37,22 @@
...
@@ -37,9 +37,22 @@
</div>
</div>
</div>
</div>
</div>
</div>
<div
class=
"section"
>
<div
class=
"container"
style=
"max-width: 1160px;"
>
<div
class=
"section--header"
>
<h2
class=
"section--title"
>
<strong>
合作伙伴
</strong></h2>
<p
class=
"section--description"
>
PARTNERS
</p>
</div>
<img
src=
"@/assets/images/pat.png"
style=
"width: 100%"
alt=
""
>
<
</div>
</div>
</Layout>
</Layout>
</
template
>
</
template
>
...
...
admin/src/views/portal/ExampleView.vue
View file @
0fb6f534
...
@@ -35,6 +35,7 @@
...
@@ -35,6 +35,7 @@
<div
class=
"tab"
v-for=
"(image,index) in list"
v-if=
"image!=null&&image!=''"
:key=
"index"
>
<div
class=
"tab"
v-for=
"(image,index) in list"
v-if=
"image!=null&&image!=''"
:key=
"index"
>
<el-image
<el-image
:src=
"image"
:src=
"image"
fit=
"cover"
:preview-src-list=
"srcList"
>
:preview-src-list=
"srcList"
>
</el-image>
</el-image>
</div>
</div>
...
...
admin/src/views/portal/IndexView.vue
View file @
0fb6f534
<
template
>
<
template
>
<Layout>
<Layout>
<!--
<div
style=
"width: 100%"
>
<div
class=
"index-page"
>
<div
data-am-widget=
"tabs"
class=
"am-tabs am-tabs-default"
>
<div
class=
"am-tabs-bd"
>
<div
class=
"am-tab-panel am-active"
v-if=
"slideshow.length > 0"
:style=
"
{ backgroundImage: `url(${slideshow[tabIndex].imageUrl})`}">
<div
class=
"index-banner"
>
</div>
</div>
</div>
<ul
class=
"am-tabs-nav am-cf index-tab"
>
<li
v-for=
"(tab,index) in slideshow"
:key=
"index"
:class=
"tabIndex === index ? 'am-active':''"
>
<a
href=
"#"
@
click.prevent=
"changeTab(index)"
>
<div
class=
"am-u-md-3 am-u-sm-3 am-padding-right-0"
>
<i
:class=
"tab.icon"
></i>
</div>
<div
class=
"school-item-right am-u-md-9 am-u-sm-9 am-text-left"
>
<strong
class=
"promo_slider_nav--item_title"
style=
"margin-top: 15px"
>
{{
tab
.
name
}}
</strong>
</div>
</a>
</li>
</ul>
</div>
</div>
</div>
-->
<div
style=
"width: 100%"
>
<div
style=
"width: 100%"
>
<el-carousel
:interval=
"4000"
height=
"500px"
arrow=
"never"
>
<el-carousel
:interval=
"4000"
height=
"500px"
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:
100%
;height: inherit"
/>
<el-image
:src=
"item.imageUrl"
style=
"width:
inherit
;height: inherit"
/>
</el-carousel-item>
</el-carousel-item>
</el-carousel>
</el-carousel>
...
...
admin/src/views/portal/NewsView.vue
View file @
0fb6f534
...
@@ -27,6 +27,20 @@
...
@@ -27,6 +27,20 @@
</div>
</div>
</div>
</div>
<div
class=
"section"
>
<div
class=
"container"
style=
"max-width: 1160px;"
>
<div
class=
"section--header"
>
<h2
class=
"section--title"
>
<strong>
合作伙伴
</strong></h2>
<p
class=
"section--description"
>
PARTNERS
</p>
</div>
<img
src=
"@/assets/images/pat.png"
style=
"width: 100%"
alt=
""
>
<
</div>
</div>
</Layout>
</Layout>
</
template
>
</
template
>
...
...
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