|  | @@ -5,7 +5,7 @@
 | 
	
		
			
				|  |  |      @mouseleave="handleMouseLeave"
 | 
	
		
			
				|  |  |    >
 | 
	
		
			
				|  |  |      <h1 class="t_title">实时告警列表</h1>
 | 
	
		
			
				|  |  | -    <el-table :data="data" height="calc(95% - 50px)" class="alarm-table">
 | 
	
		
			
				|  |  | +    <el-table :data="data" height="calc(95% - 100px)" class="alarm-table">
 | 
	
		
			
				|  |  |        <el-table-column
 | 
	
		
			
				|  |  |          label="所在机构"
 | 
	
		
			
				|  |  |          prop="orgName"
 | 
	
	
		
			
				|  | @@ -108,7 +108,9 @@ export default {
 | 
	
		
			
				|  |  |  <style scoped src="./../css/index.css"></style>
 | 
	
		
			
				|  |  |  <style lang="scss" scoped>
 | 
	
		
			
				|  |  |  .alarm-table {
 | 
	
		
			
				|  |  | -  width: calc(100% - 20px);
 | 
	
		
			
				|  |  | +  width: calc(100% - 40px);
 | 
	
		
			
				|  |  | +  position:absolute;
 | 
	
		
			
				|  |  | +  top:calc(3% + 44px + 18px)
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  .component_box ::v-deep .el-table {
 | 
	
	
		
			
				|  | @@ -169,11 +171,11 @@ export default {
 | 
	
		
			
				|  |  |  // }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  .t_title {
 | 
	
		
			
				|  |  | -  // position: absolute;
 | 
	
		
			
				|  |  | -  font-size: 16px;
 | 
	
		
			
				|  |  | -  font-weight: 700;
 | 
	
		
			
				|  |  | +  position: absolute;
 | 
	
		
			
				|  |  | +  font-size: 20px;
 | 
	
		
			
				|  |  | +//   font-weight: 700;
 | 
	
		
			
				|  |  |    color: #fff;
 | 
	
		
			
				|  |  | -  margin-left: 5%;
 | 
	
		
			
				|  |  | -  margin-top: 5%;
 | 
	
		
			
				|  |  | +  left: calc(18px + 2.08%);
 | 
	
		
			
				|  |  | +  top:calc(12px + 3%);
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  </style>
 |