fix:1)Alarm 导航menu-item高度改为43px 2)所有history表头中出了alarm info都改为居中

This commit is contained in:
orgin 2023-08-07 11:32:08 +08:00
parent d16bbfc718
commit 78fcd86007
6 changed files with 15 additions and 13 deletions

View File

@ -200,6 +200,8 @@ export default {
.ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-item {
font-size: 20px;
height: 43px;
line-height: 43px;
}
.ant-menu-sub.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
font-size: 18px;

View File

@ -68,19 +68,19 @@ import * as echarts from 'echarts'
const columns = [
{
title: 'NAME',
align: 'left',
align: 'center',
dataIndex: 'name',
width: 250,
},
{
title: 'TYPE',
align: 'left',
align: 'center',
dataIndex: 'sourceType',
width: 150,
},
{
title: 'ALARM START DATE',
align: 'left',
align: 'center',
dataIndex: 'alarmStartDate',
width: 200,
},

View File

@ -188,7 +188,7 @@ import TableList from '../../components/tableList.vue';
import { getAction, postAction, httpAction, deleteAction } from '@/api/manage'
const columns = [{
title: 'STATION',
align: 'left',
align: 'center',
dataIndex: 'station',
width: 160,
ellipsis: true,
@ -197,17 +197,17 @@ const columns = [{
}
},{
title: 'COLLECTION START',
align: 'left',
align: 'center',
dataIndex: 'collectionStartTime',
width: 200,
},{
title: 'ALARM TIME',
align: 'left',
align: 'center',
dataIndex: 'alarmStartDate',
width: 200,
},{
title: 'DATA SOURCES ',
align: 'left',
align: 'center',
dataIndex: 'dataSource',
width: 180,
ellipsis: true,

View File

@ -40,12 +40,12 @@ import TableList from '../../components/tableList.vue';
import { getAction,postAction,httpAction,deleteAction } from '@/api/manage'
const columns = [{
title: 'NAME',
align: 'left',
align: 'center',
dataIndex: 'name',
width: 250,
},{
title: 'ALARM START DATE',
align: 'left',
align: 'center',
dataIndex: 'alarmStartDate',
width: 300,
},{

View File

@ -40,12 +40,12 @@ import TableList from '../../components/tableList.vue';
import { getAction,postAction,httpAction,deleteAction } from '@/api/manage'
const columns = [{
title: 'NAME',
align: 'left',
align: 'center',
dataIndex: 'name',
width: 250,
},{
title: 'ALARM START DATE',
align: 'left',
align: 'center',
dataIndex: 'alarmStartDate',
width: 300,
},{

View File

@ -40,12 +40,12 @@ import TableList from '../../components/tableList.vue';
import { getAction,postAction,httpAction,deleteAction } from '@/api/manage'
const columns = [{
title: 'NAME',
align: 'left',
align: 'center',
dataIndex: 'name',
width: 250,
},{
title: 'ALARM START DATE',
align: 'left',
align: 'center',
dataIndex: 'alarmStartDate',
width: 300,
},{