Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_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
赵啸非
smart_gov_platform
Commits
705b0a42
Commit
705b0a42
authored
May 31, 2023
by
姬鋆屾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tui
parent
fa796fc0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
53 additions
and
6 deletions
+53
-6
portal-manager-ui/admin/src/assets/images/bgg3.jpg
portal-manager-ui/admin/src/assets/images/bgg3.jpg
+0
-0
portal-manager-ui/admin/src/assets/images/bgg4.jpg
portal-manager-ui/admin/src/assets/images/bgg4.jpg
+0
-0
portal-manager-ui/admin/src/views/dataAdmin/dataAdmin.vue
portal-manager-ui/admin/src/views/dataAdmin/dataAdmin.vue
+53
-6
No files found.
portal-manager-ui/admin/src/assets/images/bgg3.jpg
0 → 100644
View file @
705b0a42
809 KB
portal-manager-ui/admin/src/assets/images/bgg4.jpg
0 → 100644
View file @
705b0a42
208 KB
portal-manager-ui/admin/src/views/dataAdmin/dataAdmin.vue
View file @
705b0a42
<
template
>
<div
class=
"Container"
>
<a-carousel
effect=
"fade"
autoplay
:autoplaySpeed=
"2400"
:dots=
"false"
style=
"width: 100%; overflow: hidden; position: absolute; left: 0"
>
<div
class=
"img_box img1"
></div>
<!-- style="
height: 100vh;
width: 100%;
background: url('@/assets/images/bg.jpg') center no-repeat;
overflow: hidden;
background-size: cover;
" -->
<div
class=
"img_box img2"
></div>
<div
class=
"img_box img3"
></div>
</a-carousel>
<div
class=
"slogan-box"
>
<div
class=
"slogan-title"
>
智慧政务一体化数据管理
</div>
<div
class=
"slogan-text"
>
...
...
@@ -38,7 +56,16 @@
</li>
</
template
>
</ul>
<p
class=
"bottom"
@
click=
"handleCkeck('/home/dataManagement/serviceDataAnalyse/makeTrendResearch')"
>
服务类数据分析
<a-icon
type=
"swap-right"
/></p>
<p
class=
"bottom"
@
click=
"
handleCkeck(
'/home/dataManagement/serviceDataAnalyse/makeTrendResearch'
)
"
>
服务类数据分析
<a-icon
type=
"swap-right"
/>
</p>
</li>
</ul>
...
...
@@ -183,12 +210,11 @@ export default {
},
// 查看数据
handleCkeck
(
path
)
{
if
(
path
.
indexOf
(
'
http
'
)
>-
1
)
{
window
.
open
(
path
)
}
else
{
if
(
path
.
indexOf
(
"
http
"
)
>
-
1
)
{
window
.
open
(
path
)
;
}
else
{
this
.
$router
.
push
(
path
);
}
},
// pushRouter1() {
// // 易政秀报表
...
...
@@ -280,17 +306,38 @@ export default {
<
style
lang=
"less"
scoped
>
@headerH: 4.5rem;
.ant-carousel :deep(.slick-slide) {
width: 100%;
height: 100%;
overflow: hidden;
.img_box {
width: 100%;
height: 92.1vh;
overflow: hidden;
background-size: cover;
}
.img1 {
background: url("~@/assets/images/bg2.jpg") center no-repeat;
}
.img2 {
background: url("~@/assets/images/bgg3.jpg") center no-repeat;
}
.img3 {
background: url("~@/assets/images/bgg4.jpg") center no-repeat;
}
}
.Container {
height: 100%;
width: 100%;
// min-height: 960px;
// background: url("~@/assets/images/zhandian.jpg") center no-repeat;
background: url("../../assets/images/bg2.jpg") center no-repeat;
//
background: url("../../assets/images/bg2.jpg") center no-repeat;
background-size: cover;
padding-top: @headerH;
display: flex;
flex-direction: column;
align-items: center;
overflow: hidden;
.search_box {
display: inline-block;
margin-top: 12.1rem;
...
...
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