fix:1)Alarm 导航menu-item高度改为43px 2)所有history表头中出了alarm info都改为居中
This commit is contained in:
parent
d16bbfc718
commit
78fcd86007
|
@ -200,6 +200,8 @@ export default {
|
||||||
.ant-menu-submenu > .ant-menu-submenu-title,
|
.ant-menu-submenu > .ant-menu-submenu-title,
|
||||||
.ant-menu-item {
|
.ant-menu-item {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
|
height: 43px;
|
||||||
|
line-height: 43px;
|
||||||
}
|
}
|
||||||
.ant-menu-sub.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
|
.ant-menu-sub.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
|
|
|
@ -68,19 +68,19 @@ import * as echarts from 'echarts'
|
||||||
const columns = [
|
const columns = [
|
||||||
{
|
{
|
||||||
title: 'NAME',
|
title: 'NAME',
|
||||||
align: 'left',
|
align: 'center',
|
||||||
dataIndex: 'name',
|
dataIndex: 'name',
|
||||||
width: 250,
|
width: 250,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'TYPE',
|
title: 'TYPE',
|
||||||
align: 'left',
|
align: 'center',
|
||||||
dataIndex: 'sourceType',
|
dataIndex: 'sourceType',
|
||||||
width: 150,
|
width: 150,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'ALARM START DATE',
|
title: 'ALARM START DATE',
|
||||||
align: 'left',
|
align: 'center',
|
||||||
dataIndex: 'alarmStartDate',
|
dataIndex: 'alarmStartDate',
|
||||||
width: 200,
|
width: 200,
|
||||||
},
|
},
|
||||||
|
|
|
@ -188,7 +188,7 @@ import TableList from '../../components/tableList.vue';
|
||||||
import { getAction, postAction, httpAction, deleteAction } from '@/api/manage'
|
import { getAction, postAction, httpAction, deleteAction } from '@/api/manage'
|
||||||
const columns = [{
|
const columns = [{
|
||||||
title: 'STATION',
|
title: 'STATION',
|
||||||
align: 'left',
|
align: 'center',
|
||||||
dataIndex: 'station',
|
dataIndex: 'station',
|
||||||
width: 160,
|
width: 160,
|
||||||
ellipsis: true,
|
ellipsis: true,
|
||||||
|
@ -197,17 +197,17 @@ const columns = [{
|
||||||
}
|
}
|
||||||
},{
|
},{
|
||||||
title: 'COLLECTION START',
|
title: 'COLLECTION START',
|
||||||
align: 'left',
|
align: 'center',
|
||||||
dataIndex: 'collectionStartTime',
|
dataIndex: 'collectionStartTime',
|
||||||
width: 200,
|
width: 200,
|
||||||
},{
|
},{
|
||||||
title: 'ALARM TIME',
|
title: 'ALARM TIME',
|
||||||
align: 'left',
|
align: 'center',
|
||||||
dataIndex: 'alarmStartDate',
|
dataIndex: 'alarmStartDate',
|
||||||
width: 200,
|
width: 200,
|
||||||
},{
|
},{
|
||||||
title: 'DATA SOURCES ',
|
title: 'DATA SOURCES ',
|
||||||
align: 'left',
|
align: 'center',
|
||||||
dataIndex: 'dataSource',
|
dataIndex: 'dataSource',
|
||||||
width: 180,
|
width: 180,
|
||||||
ellipsis: true,
|
ellipsis: true,
|
||||||
|
|
|
@ -40,12 +40,12 @@ import TableList from '../../components/tableList.vue';
|
||||||
import { getAction,postAction,httpAction,deleteAction } from '@/api/manage'
|
import { getAction,postAction,httpAction,deleteAction } from '@/api/manage'
|
||||||
const columns = [{
|
const columns = [{
|
||||||
title: 'NAME',
|
title: 'NAME',
|
||||||
align: 'left',
|
align: 'center',
|
||||||
dataIndex: 'name',
|
dataIndex: 'name',
|
||||||
width: 250,
|
width: 250,
|
||||||
},{
|
},{
|
||||||
title: 'ALARM START DATE',
|
title: 'ALARM START DATE',
|
||||||
align: 'left',
|
align: 'center',
|
||||||
dataIndex: 'alarmStartDate',
|
dataIndex: 'alarmStartDate',
|
||||||
width: 300,
|
width: 300,
|
||||||
},{
|
},{
|
||||||
|
|
|
@ -40,12 +40,12 @@ import TableList from '../../components/tableList.vue';
|
||||||
import { getAction,postAction,httpAction,deleteAction } from '@/api/manage'
|
import { getAction,postAction,httpAction,deleteAction } from '@/api/manage'
|
||||||
const columns = [{
|
const columns = [{
|
||||||
title: 'NAME',
|
title: 'NAME',
|
||||||
align: 'left',
|
align: 'center',
|
||||||
dataIndex: 'name',
|
dataIndex: 'name',
|
||||||
width: 250,
|
width: 250,
|
||||||
},{
|
},{
|
||||||
title: 'ALARM START DATE',
|
title: 'ALARM START DATE',
|
||||||
align: 'left',
|
align: 'center',
|
||||||
dataIndex: 'alarmStartDate',
|
dataIndex: 'alarmStartDate',
|
||||||
width: 300,
|
width: 300,
|
||||||
},{
|
},{
|
||||||
|
|
|
@ -40,12 +40,12 @@ import TableList from '../../components/tableList.vue';
|
||||||
import { getAction,postAction,httpAction,deleteAction } from '@/api/manage'
|
import { getAction,postAction,httpAction,deleteAction } from '@/api/manage'
|
||||||
const columns = [{
|
const columns = [{
|
||||||
title: 'NAME',
|
title: 'NAME',
|
||||||
align: 'left',
|
align: 'center',
|
||||||
dataIndex: 'name',
|
dataIndex: 'name',
|
||||||
width: 250,
|
width: 250,
|
||||||
},{
|
},{
|
||||||
title: 'ALARM START DATE',
|
title: 'ALARM START DATE',
|
||||||
align: 'left',
|
align: 'center',
|
||||||
dataIndex: 'alarmStartDate',
|
dataIndex: 'alarmStartDate',
|
||||||
width: 300,
|
width: 300,
|
||||||
},{
|
},{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user