|  | @@ -1,6 +1,6 @@
 | 
	
		
			
				|  |  |  <template>
 | 
	
		
			
				|  |  |    <div class="cread" v-loading="loading">
 | 
	
		
			
				|  |  | -    <Header :projectShow="true" v-if="!userID" />
 | 
	
		
			
				|  |  | +    <Header v-if="!userID" />
 | 
	
		
			
				|  |  |      <div class="main" v-if="!isPreview">
 | 
	
		
			
				|  |  |        <div class="go-back-box">
 | 
	
		
			
				|  |  |          <a v-if="!userID" class="go-back" @click="goBack">
 | 
	
	
		
			
				|  | @@ -88,7 +88,7 @@
 | 
	
		
			
				|  |  |                  <span style="margin-left: 8px">{{ typeIndex == 0 ? '行' : '句' }}</span>
 | 
	
		
			
				|  |  |                </div>
 | 
	
		
			
				|  |  |                <div style="margin-right: 16px">
 | 
	
		
			
				|  |  | -                <span class="title">默写</span>
 | 
	
		
			
				|  |  | +                <span class="title">临写</span>
 | 
	
		
			
				|  |  |                  <el-input
 | 
	
		
			
				|  |  |                    style="width: 60px; text-align: center"
 | 
	
		
			
				|  |  |                    v-model="from.writeBoxNumber"
 |