Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
周远喜
mes-ui
Commits
f19c6875
Commit
f19c6875
authored
Jul 28, 2020
by
renjintao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shadow
parent
046c96ca
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
sideEast.vue
pages/demo/lid/components/sideEast.vue
+2
-2
sideWest.vue
pages/demo/lid/components/sideWest.vue
+4
-4
No files found.
pages/demo/lid/components/sideEast.vue
View file @
f19c6875
<
template
>
<div
class=
"demoDiv"
>
<Card
style=
"width:100%; box-shadow: 0 0 10px #
000
;"
>
<Card
style=
"width:100%; box-shadow: 0 0 10px #
666
;"
>
<p
slot=
"title"
class=
"tl"
>
任务执行状态统计
</p>
<div
style=
"height:300px;"
>
<Echart3
class=
"echartPo"
/>
...
...
@@ -90,7 +90,7 @@ export default {
width
:
320px
;
background
:
#fff
;
border-radius
:
5px
;
box-shadow
:
0
0
10px
#
000
;
box-shadow
:
0
0
10px
#
666
;
text-align
:
left
;
padding
:
20px
;
height
:
310px
;
...
...
pages/demo/lid/components/sideWest.vue
View file @
f19c6875
...
...
@@ -19,7 +19,7 @@
</p>
</div>
<div
class=
"mt30 demoDiv"
>
<Card
class=
"mt10"
style=
"width:100%; box-shadow: 0 0 10px #
000
"
>
<Card
class=
"mt10"
style=
"width:100%; box-shadow: 0 0 10px #
666
"
>
<p
slot=
"title"
class=
"tl"
>
实时行车异常列车
</p>
<div
class=
"divInfoWest"
>
<p>
地址:山西省西安市未央区
</p>
...
...
@@ -79,7 +79,7 @@ export default {
background: url(/imgshow/bg1.png) right top no-repeat,
linear-gradient(to right, #43aaf9 0%, #917dfb 100%);
border-radius: 5px;
box-shadow: 0 0 10px #
000
;
box-shadow: 0 0 10px #
666
;
color: white;
height: 100px;
width: 300px;
...
...
@@ -102,7 +102,7 @@ export default {
background: url(/imgshow/bg3.png) right top no-repeat,
linear-gradient(to right, #05e99c 0%, #7cf538 100%);
border-radius: 5px;
box-shadow: 0 0 10px #
000
;
box-shadow: 0 0 10px #
666
;
color: white;
height: 100px;
width: 300px;
...
...
@@ -125,7 +125,7 @@ export default {
background: url(/imgshow/bg5.png) right top no-repeat,
linear-gradient(to right, #f95577 0%, #fca534 100%);
border-radius: 5px;
box-shadow: 0 0 10px #
000
;
box-shadow: 0 0 10px #
666
;
color: white;
height: 100px;
width: 300px;
...
...
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