Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
xichonght
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
zhangdishen
xichonght
Commits
af5539ab
Commit
af5539ab
authored
Aug 19, 2019
by
qddidi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
212123
12312
parent
9a5b705e
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
561 additions
and
11 deletions
+561
-11
package-lock.json
xichongSys/package-lock.json
+550
-0
package.json
xichongSys/package.json
+1
-0
Intro.vue
xichongSys/src/views/Intro/Intro.vue
+10
-11
No files found.
xichongSys/package-lock.json
View file @
af5539ab
This diff is collapsed.
Click to expand it.
xichongSys/package.json
View file @
af5539ab
...
@@ -12,6 +12,7 @@
...
@@ -12,6 +12,7 @@
"dependencies"
:
{
"dependencies"
:
{
"axios"
:
"^0.18.0"
,
"axios"
:
"^0.18.0"
,
"babel-polyfill"
:
"^6.26.0"
,
"babel-polyfill"
:
"^6.26.0"
,
"echarts"
:
"^4.2.1"
,
"element-ui"
:
"^2.4.6"
,
"element-ui"
:
"^2.4.6"
,
"font-awesome"
:
"^4.7.0"
,
"font-awesome"
:
"^4.7.0"
,
"js-cookie"
:
"^2.2.0"
,
"js-cookie"
:
"^2.2.0"
,
...
...
xichongSys/src/views/Intro/Intro.vue
View file @
af5539ab
<
template
>
<
template
>
<el-carousel
:interval=
"100000"
type=
"card"
class=
"carousel"
height=
"70vh"
>
<el-carousel
:interval=
"100000
000000000000"
style=
"margin-top:30px
"
type=
"card"
class=
"carousel"
height=
"70vh"
>
<el-carousel-item
class=
"carousel-item-intro"
style=
"width:85%; height:100%;position:absolute;left:-18%;"
>
<el-carousel-item
class=
"carousel-item-intro"
style=
"width:85%; height:100%;position:absolute;left:-18%;"
>
<div
class=
"ddiv1"
>
<div
class=
"ddiv1"
>
<div
class=
"div1"
id=
"echartContainer1"
>
<div
class=
"div1"
id=
"echartContainer1"
>
</div>
</div>
<div
class=
"nextpage"
>
<div
class=
"nextpage"
style=
"margin-top:50px"
>
<p
style=
"display:none"
>
{{
count
}}
</p>
<p
style=
"display:none"
>
{{
count
}}
</p>
<el-button
class=
"gopagediv1"
@
click=
"goPageClick1"
>
上一页
</el-button>
<el-button
size=
"mini"
class=
"gopagediv1"
@
click=
"goPageClick1"
>
上一页
</el-button>
<el-button
class=
"gopagediv1"
@
click=
"nextPageClick1"
>
下一页
</el-button>
<el-button
size=
"mini"
class=
"gopagediv1"
@
click=
"nextPageClick1"
>
下一页
</el-button>
</div>
</div>
</div>
</div>
</el-carousel-item>
</el-carousel-item>
<el-carousel-item
class=
"carousel-item-func"
style=
"width:85%;height:100%;position:absolute;left:-18%"
>
<
!--
<
el-carousel-item
class=
"carousel-item-func"
style=
"width:85%;height:100%;position:absolute;left:-18%"
>
<div
class=
"ddiv2"
>
<div
class=
"ddiv2"
>
<div
class=
"div2"
id=
"echartContainer2"
></div>
<div
class=
"div2"
id=
"echartContainer2"
></div>
</div>
</div>
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
</div>
</div>
</el-carousel-item>
</el-carousel-item>
<el-carousel-item
class=
"carousel-item-env"
style=
"width:85%;height:100%;position:absolute;left:-18%;"
>
<el-carousel-item
class=
"carousel-item-env"
style=
"width:85%;height:100%;position:absolute;left:-18%;"
>
</el-carousel-item>
</el-carousel-item>
-->
</el-carousel>
</el-carousel>
</
template
>
</
template
>
...
@@ -267,7 +267,7 @@
...
@@ -267,7 +267,7 @@
this
.
echartzz
=
JSON
.
parse
(
sessionStorage
.
getItem
(
"lj"
));
this
.
echartzz
=
JSON
.
parse
(
sessionStorage
.
getItem
(
"lj"
));
this
.
chartinfo
(
this
.
chartdata
);
this
.
chartinfo
(
this
.
chartdata
);
}
else
{
}
else
{
alert
(
'已经到
最后一页了'
);
this
.
$message
.
error
(
'已经是
最后一页了'
);
}
}
},
},
...
@@ -278,7 +278,7 @@
...
@@ -278,7 +278,7 @@
this
.
chartdata
.
chartsize
=
10
;
this
.
chartdata
.
chartsize
=
10
;
console
.
log
(
this
.
count
);
console
.
log
(
this
.
count
);
if
(
this
.
count
<
1
){
if
(
this
.
count
<
1
){
alert
(
'已经
第一页了'
);
this
.
$message
.
error
(
'已经是
第一页了'
);
}
else
{
}
else
{
this
.
echartzz
=
JSON
.
parse
(
sessionStorage
.
getItem
(
"lj"
));
this
.
echartzz
=
JSON
.
parse
(
sessionStorage
.
getItem
(
"lj"
));
this
.
chartinfo
(
this
.
chartdata
);
this
.
chartinfo
(
this
.
chartdata
);
...
@@ -296,7 +296,7 @@
...
@@ -296,7 +296,7 @@
<
style
>
<
style
>
.carousel-item-intro
{
.carousel-item-intro
{
background-color
:
#EFF3F4
;
background-color
:
#a3b3b965
;
-webkit-border-radius
:
25px
;
-webkit-border-radius
:
25px
;
border-radius
:
25px
;
border-radius
:
25px
;
-moz-border-radius
:
15px
;
-moz-border-radius
:
15px
;
...
@@ -329,8 +329,7 @@
...
@@ -329,8 +329,7 @@
height
:
65%
;
height
:
65%
;
margin-top
:
5%
;
margin-top
:
5%
;
}
}
.nextpage
{
}
.ddiv2
{
.ddiv2
{
margin
:
auto
;
margin
:
auto
;
...
...
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