|  | @@ -8,28 +8,27 @@
 | 
	
		
			
				|  |  |  //@font-face {
 | 
	
		
			
				|  |  |  //  font-family: SYExtraLight;
 | 
	
		
			
				|  |  |  //  font-style: normal;
 | 
	
		
			
				|  |  | -//  font-weight: 300;
 | 
	
		
			
				|  |  |  //  src: local("ExtraLight"), url("@/assets/fonts/SourceHanSansCN-VF.ttf");
 | 
	
		
			
				|  |  |  //}
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -//@font-face {
 | 
	
		
			
				|  |  | -//  font-family: SYExtraLight;
 | 
	
		
			
				|  |  | -//  font-style: normal;
 | 
	
		
			
				|  |  | -//  font-weight: 300;
 | 
	
		
			
				|  |  | -//  src: local("ExtraLight"), url("@/assets/fonts/SourceHanSansCN-ExtraLight.otf");
 | 
	
		
			
				|  |  | -//}
 | 
	
		
			
				|  |  | -//
 | 
	
		
			
				|  |  | -//@font-face {
 | 
	
		
			
				|  |  | -//  font-family: SYLight;
 | 
	
		
			
				|  |  | -//  font-style: normal;
 | 
	
		
			
				|  |  | -//  src: local("SYLight"), url("@/assets/fonts/SourceHanSansCN-Light.otf");
 | 
	
		
			
				|  |  | -//}
 | 
	
		
			
				|  |  | -//
 | 
	
		
			
				|  |  | -//@font-face {
 | 
	
		
			
				|  |  | -//  font-family: SYNormal;
 | 
	
		
			
				|  |  | -//  font-style: normal;
 | 
	
		
			
				|  |  | -//  src: local("SYNormal"), url("@/assets/fonts/SourceHanSansCN-Normal.otf");
 | 
	
		
			
				|  |  | -//}
 | 
	
		
			
				|  |  | +@font-face {
 | 
	
		
			
				|  |  | +  font-family: SYBold;
 | 
	
		
			
				|  |  | +  font-style: normal;
 | 
	
		
			
				|  |  | +  font-weight: 300;
 | 
	
		
			
				|  |  | +  src: local("ExtraLight"), url("@/assets/fonts/SourceHanSansCN-Bold.otf");
 | 
	
		
			
				|  |  | +}
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +@font-face {
 | 
	
		
			
				|  |  | +  font-family: SYHeavy;
 | 
	
		
			
				|  |  | +  font-style: normal;
 | 
	
		
			
				|  |  | +  src: local("SYLight"), url("@/assets/fonts/SourceHanSansCN-Heavy.otf");
 | 
	
		
			
				|  |  | +}
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +@font-face {
 | 
	
		
			
				|  |  | +  font-family: SYNormal;
 | 
	
		
			
				|  |  | +  font-style: normal;
 | 
	
		
			
				|  |  | +  src: local("SYNormal"), url("@/assets/fonts/SourceHanSansCN-Normal.otf");
 | 
	
		
			
				|  |  | +}
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  body {
 | 
	
		
			
				|  |  |    height: 100%;
 | 
	
	
		
			
				|  | @@ -37,7 +36,7 @@ body {
 | 
	
		
			
				|  |  |    -webkit-font-smoothing: antialiased;
 | 
	
		
			
				|  |  |    text-rendering: optimizeLegibility;
 | 
	
		
			
				|  |  |    color: #000;
 | 
	
		
			
				|  |  | -  //font-family: SYExtraLight,Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
 | 
	
		
			
				|  |  | +  font-family: SYNormal,Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
 | 
	
		
			
				|  |  |    /*框架自带字体*/
 | 
	
		
			
				|  |  |    //font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB,
 | 
	
		
			
				|  |  |    //  Microsoft YaHei, Arial, sans-serif;
 | 
	
	
		
			
				|  | @@ -45,9 +44,11 @@ body {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  .el-button{
 | 
	
		
			
				|  |  |    //font-weight: 400;
 | 
	
		
			
				|  |  | -  //font-family: SYLight,Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
 | 
	
		
			
				|  |  | +  font-family: SYBold,Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
 | 
	
		
			
				|  |  | +}
 | 
	
		
			
				|  |  | +.el-button--text{
 | 
	
		
			
				|  |  | +  font-family: SYNormal,Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |  .el-table__header-wrapper{
 | 
	
		
			
				|  |  |    //font-weight: normal;
 | 
	
		
			
				|  |  |    //font-family: SYNormal,Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
 |