|  | @@ -1,5 +1,5 @@
 | 
	
		
			
				|  |  |  <template >
 | 
	
		
			
				|  |  | -  <el-card>
 | 
	
		
			
				|  |  | +  <el-card id='management'>
 | 
	
		
			
				|  |  |      <div slot="header" class="clearfix">
 | 
	
		
			
				|  |  |        <searchHeader
 | 
	
		
			
				|  |  |          :dates="mdate"
 | 
	
	
		
			
				|  | @@ -359,14 +359,12 @@ export default {
 | 
	
		
			
				|  |  |  };
 | 
	
		
			
				|  |  |  </script>
 | 
	
		
			
				|  |  |  <style lang="less" scoped>
 | 
	
		
			
				|  |  | -// .statistic{
 | 
	
		
			
				|  |  | -//   /deep/ .statistic-content{
 | 
	
		
			
				|  |  | -//     cursor: pointer;
 | 
	
		
			
				|  |  | -//     &.active > span{
 | 
	
		
			
				|  |  | -//       color: #14928a !important;
 | 
	
		
			
				|  |  | -//     }
 | 
	
		
			
				|  |  | -//   }
 | 
	
		
			
				|  |  | -// }
 | 
	
		
			
				|  |  | +#management .statistic .statistic-content>span {
 | 
	
		
			
				|  |  | +  &:first-child{
 | 
	
		
			
				|  |  | +    font-size: 14px !important
 | 
	
		
			
				|  |  | +  }
 | 
	
		
			
				|  |  | +    font-size: 20px !important;
 | 
	
		
			
				|  |  | +}
 | 
	
		
			
				|  |  |  .chioseBox {
 | 
	
		
			
				|  |  |    position: absolute;
 | 
	
		
			
				|  |  |    right: 20px;
 | 
	
	
		
			
				|  | @@ -375,4 +373,17 @@ export default {
 | 
	
		
			
				|  |  |  .wrap {
 | 
	
		
			
				|  |  |    position: relative;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  | +.blod{
 | 
	
		
			
				|  |  | +  font-weight: bold;
 | 
	
		
			
				|  |  | +  color: #14928a;
 | 
	
		
			
				|  |  | +  font-size: 22px!important;
 | 
	
		
			
				|  |  | +}
 | 
	
		
			
				|  |  | +// .chioseBox {
 | 
	
		
			
				|  |  | +//   position: absolute;
 | 
	
		
			
				|  |  | +//   right: 20px;
 | 
	
		
			
				|  |  | +//   z-index: 1000;
 | 
	
		
			
				|  |  | +// }
 | 
	
		
			
				|  |  | +// .wrap {
 | 
	
		
			
				|  |  | +//   position: relative;
 | 
	
		
			
				|  |  | +// }
 | 
	
		
			
				|  |  |  </style>
 |