|  | @@ -51,10 +51,10 @@ const SystemDaily = (props) => {
 | 
	
		
			
				|  |  |    return (
 | 
	
		
			
				|  |  |      <PageContent closeable={false}>
 | 
	
		
			
				|  |  |        <Spin spinning={loading}>
 | 
	
		
			
				|  |  | -        <div>
 | 
	
		
			
				|  |  | -          <PageTitle children="系统工作日报" returnable />
 | 
	
		
			
				|  |  | -          <div className={styles.time}>{dayjs().format('MM月DD日')}</div>
 | 
	
		
			
				|  |  | -        </div>
 | 
	
		
			
				|  |  | +        {/* <div> */}
 | 
	
		
			
				|  |  | +        <PageTitle children="系统工作日报" returnable />
 | 
	
		
			
				|  |  | +        <div className={styles.time}>{dayjs().format('MM月DD日')}</div>
 | 
	
		
			
				|  |  | +        {/* </div> */}
 | 
	
		
			
				|  |  |          <div className={styles.box}>
 | 
	
		
			
				|  |  |            <div className={styles.main_in}>
 | 
	
		
			
				|  |  |              <div className={styles.titleContent}>日报</div>
 |