diff --git a/src/components/Duration/Duration.js b/src/components/Duration/Duration.js
index aedb10d..e8caddf 100644
--- a/src/components/Duration/Duration.js
+++ b/src/components/Duration/Duration.js
@@ -66,6 +66,11 @@ const mixin = {
// symbol: 'star',
data: this.pointTimeHospital,
color: 'rgb(18, 131, 227)',
+ lineStyle: {
+ shadowColor: '#5cfbff',
+ shadowBlur: 8,
+ width: 4,
+ },
},
{
name: '国际水准',
@@ -74,6 +79,11 @@ const mixin = {
symbolSize: 6,
data: this.pointTimeInternation,
color: 'rgb(30, 231, 231)',
+ lineStyle: {
+ shadowColor: '#5cfbff',
+ shadowBlur: 8,
+ width: 4,
+ },
},
{
name: '当前数据',
@@ -82,6 +92,11 @@ const mixin = {
symbolSize: 6,
data: this.pointTimeCurrentList,
color: 'rgb(227, 18, 187)',
+ lineStyle: {
+ shadowColor: '#5cfbff',
+ shadowBlur: 8,
+ width: 4,
+ },
},
],
};
diff --git a/src/components/FastEd/FastEd.vue b/src/components/FastEd/FastEd.vue
index 3d90e67..f2f9ad5 100644
--- a/src/components/FastEd/FastEd.vue
+++ b/src/components/FastEd/FastEd.vue
@@ -15,6 +15,8 @@
{{ item.c }}
+
+
@@ -72,6 +74,7 @@ export default {
* 启动播报滚动事件
*/
const that = this;
+
window.onload = function() {
// BBAllTime = 0;
that.oMarquee = document.getElementById('bobaodiv'); //滚动对象
@@ -144,4 +147,26 @@ export default {
align-items: center;
}
}
+
+.mask-box1 {
+ height: 25%;
+ width: 100%;
+ background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(4, 25, 49, 1)), to(rgba(4, 25, 49, 0)));
+ // rgba(4, 25, 49, 0);
+ position: absolute;
+ top: 0;
+ left: 0;
+ z-index: 100;
+}
+
+.mask-box2 {
+ height: 25%;
+ width: 100%;
+ background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(2, 53, 103, 0)), to(rgba(2, 53, 103, 1)));
+ // rgba(4, 25, 49, 0);
+ position: absolute;
+ bottom: 0;
+ left: 0;
+ z-index: 100;
+}
diff --git a/src/components/Panel/Panel.vue b/src/components/Panel/Panel.vue
index 99a6500..2490625 100644
--- a/src/components/Panel/Panel.vue
+++ b/src/components/Panel/Panel.vue
@@ -28,12 +28,7 @@
-
+
123
diff --git a/src/components/Sensor/Sensor.js b/src/components/Sensor/Sensor.js
index 7729fc0..4dcfac5 100644
--- a/src/components/Sensor/Sensor.js
+++ b/src/components/Sensor/Sensor.js
@@ -1,12 +1,4 @@
var option = {
- // title: {
- // left: '10%',
- // textStyle: {
- // fontWeight: 'normal',
- // color: '#ccc', //标题颜色
- // },
- // text: '震动传感器',
- // },
legend: {
x: 'center',
y: 'top',
@@ -102,7 +94,12 @@ var option = {
},
},
areaStyle: {},
- lineStyle: { normal: { color: 'rgb(91,225,251)', width: 2 } },
+ lineStyle: {
+ normal: {
+ color: 'rgb(91,225,251)',
+ width: 2,
+ },
+ },
},
],
};