Commit 4a0f0f14 authored by 仇晓婷's avatar 仇晓婷

Merge branch 'product' of http://git.mes123.com/zhouyx/mes-ui into product

parents 69f1d930 f19c6875
...@@ -335,7 +335,7 @@ export default { ...@@ -335,7 +335,7 @@ export default {
Api.getbyorderid(params).then(res => { Api.getbyorderid(params).then(res => {
if (res.success) { if (res.success) {
this.gridHeight = 50; this.gridHeight = 50;
this.gridHeight = (res.result.length + 1) * 42; this.gridHeight = (res.result.length + 1) * 47;
this.data1 = res.result; this.data1 = res.result;
} }
}); });
......
...@@ -395,7 +395,7 @@ export default { ...@@ -395,7 +395,7 @@ export default {
Api.getbyorderid(params).then(res => { Api.getbyorderid(params).then(res => {
if (res.success) { if (res.success) {
this.gridHeight = 50; this.gridHeight = 50;
this.gridHeight = (res.result.length + 1) * 42; this.gridHeight = (res.result.length + 1) * 47;
this.data1 = res.result; this.data1 = res.result;
} }
}); });
......
<template> <template>
<div class="demoDiv"> <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> <p slot="title" class="tl">任务执行状态统计</p>
<div style="height:300px;"> <div style="height:300px;">
<Echart3 class="echartPo" /> <Echart3 class="echartPo" />
...@@ -90,7 +90,7 @@ export default { ...@@ -90,7 +90,7 @@ export default {
width: 320px; width: 320px;
background: #fff; background: #fff;
border-radius: 5px; border-radius: 5px;
box-shadow: 0 0 10px #000; box-shadow: 0 0 10px #666;
text-align: left; text-align: left;
padding: 20px; padding: 20px;
height: 310px; height: 310px;
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
</p> </p>
</div> </div>
<div class="mt30 demoDiv"> <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> <p slot="title" class="tl">实时行车异常列车</p>
<div class="divInfoWest"> <div class="divInfoWest">
<p>地址:山西省西安市未央区</p> <p>地址:山西省西安市未央区</p>
...@@ -79,7 +79,7 @@ export default { ...@@ -79,7 +79,7 @@ export default {
background: url(/imgshow/bg1.png) right top no-repeat, background: url(/imgshow/bg1.png) right top no-repeat,
linear-gradient(to right, #43aaf9 0%, #917dfb 100%); linear-gradient(to right, #43aaf9 0%, #917dfb 100%);
border-radius: 5px; border-radius: 5px;
box-shadow: 0 0 10px #000; box-shadow: 0 0 10px #666;
color: white; color: white;
height: 100px; height: 100px;
width: 300px; width: 300px;
...@@ -102,7 +102,7 @@ export default { ...@@ -102,7 +102,7 @@ export default {
background: url(/imgshow/bg3.png) right top no-repeat, background: url(/imgshow/bg3.png) right top no-repeat,
linear-gradient(to right, #05e99c 0%, #7cf538 100%); linear-gradient(to right, #05e99c 0%, #7cf538 100%);
border-radius: 5px; border-radius: 5px;
box-shadow: 0 0 10px #000; box-shadow: 0 0 10px #666;
color: white; color: white;
height: 100px; height: 100px;
width: 300px; width: 300px;
...@@ -125,7 +125,7 @@ export default { ...@@ -125,7 +125,7 @@ export default {
background: url(/imgshow/bg5.png) right top no-repeat, background: url(/imgshow/bg5.png) right top no-repeat,
linear-gradient(to right, #f95577 0%, #fca534 100%); linear-gradient(to right, #f95577 0%, #fca534 100%);
border-radius: 5px; border-radius: 5px;
box-shadow: 0 0 10px #000; box-shadow: 0 0 10px #666;
color: white; color: white;
height: 100px; height: 100px;
width: 300px; width: 300px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment