fix:修改告警总览 滑块样式
This commit is contained in:
@@ -282,13 +282,45 @@
|
||||
},
|
||||
},
|
||||
],
|
||||
//滑块样式
|
||||
dataZoom: [
|
||||
{
|
||||
height: 12,
|
||||
type: 'inside',
|
||||
start: 0,
|
||||
end: 100,
|
||||
handleSize: '300%', // 设置滑块的大小
|
||||
bottom: 15,
|
||||
},
|
||||
{
|
||||
type: 'slider',
|
||||
// backgroundColor: 'yellow',
|
||||
// fillerColor: 'yellow',
|
||||
height: 12, // 设置slider的高度为15
|
||||
start: 0,
|
||||
end: 100,
|
||||
right: 60,
|
||||
left: 60,
|
||||
bottom: 10,
|
||||
handleIcon:
|
||||
'path://M30.9,53.2C16.8,53.2,5.3,41.7,5.3,27.6S16.8,2,30.9,2C45,2,56.4,13.5,56.4,27.6S45,53.2,30.9,53.2z M30.9,3.5M36.9,35.8h-1.3z M27.8,35.8 h-1.3H27L27.8,35.8L27.8,35.8z', // 使用类似 axisPointer 的图标
|
||||
handleSize: '140%', // 放大按钮
|
||||
borderColor: 'none',
|
||||
handleStyle: {
|
||||
// color: 'red',
|
||||
// shadowBlur: 6,
|
||||
// shadowColor: 'yellow',
|
||||
shadowOffsetX: 0, // 阴影偏移x轴多少
|
||||
shadowOffsetY: 0, // 阴影偏移y轴多少
|
||||
},
|
||||
// 显示的label的格式化器
|
||||
// 20050101 变为 2005\n0101
|
||||
// labelFormatter: function (index, value) {
|
||||
// const year = value.slice(0, 4);
|
||||
// const date = value.slice(4);
|
||||
// return year + '\n' + date;
|
||||
// },
|
||||
// textStyle: {
|
||||
// fontStyle: 'italic', // 设置字体倾斜
|
||||
// },
|
||||
showDataShadow: false, // 隐藏数据阴影
|
||||
},
|
||||
],
|
||||
series: [
|
||||
@@ -678,7 +710,7 @@
|
||||
font-weight: 400;
|
||||
font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
|
||||
font-style: normal;
|
||||
font-size: 40px;
|
||||
font-size: 30px;
|
||||
}
|
||||
}
|
||||
.item-box-right {
|
||||
|
@@ -357,7 +357,6 @@
|
||||
site: [{ required: true, message: '请选择站点', trigger: 'change' }],
|
||||
dataSources: [{ required: true, message: '请选择设备类型', trigger: 'change' }],
|
||||
deviceNode: [{ required: true, message: '请选择设备名称', trigger: 'change' }],
|
||||
sbAdress: [{ required: true, message: '请选择设备点位', trigger: 'change' }],
|
||||
comparisonType: [{ required: true, message: '请选择对比类型', trigger: 'change' }],
|
||||
ruleType: [{ required: true, message: '请选择规则类型', trigger: 'change' }],
|
||||
abnormalDescription: [
|
||||
|
Reference in New Issue
Block a user