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-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; | ||||
|  |  | |||
|  | @ -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, | ||||
|   }, | ||||
|  |  | |||
|  | @ -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, | ||||
|  |  | |||
|  | @ -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, | ||||
|   },{ | ||||
|  |  | |||
|  | @ -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, | ||||
|   },{ | ||||
|  |  | |||
|  | @ -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, | ||||
|   },{ | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 orgin
						orgin