|  | @@ -465,7 +465,8 @@ export default defineComponent({
 | 
	
		
			
				|  |  |        <div
 | 
	
		
			
				|  |  |          style={
 | 
	
		
			
				|  |  |            {
 | 
	
		
			
				|  |  | -            '--barheight':state.heightV + "px"
 | 
	
		
			
				|  |  | +            '--barheight':state.heightV + "px",
 | 
	
		
			
				|  |  | +            "--creationHeight":creationHeight.value ? creationHeight.value+"px" : "100vh"
 | 
	
		
			
				|  |  |            }
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |          class={[
 | 
	
	
		
			
				|  | @@ -473,7 +474,7 @@ export default defineComponent({
 | 
	
		
			
				|  |  |            browser().isTablet ? styles.creationTablet : '',
 | 
	
		
			
				|  |  |            isScreenScroll.value && styles.isShareScreenScroll
 | 
	
		
			
				|  |  |          ]}>
 | 
	
		
			
				|  |  | -        <div style={ creationHeight.value ? {"--creationHeight":creationHeight.value + "px"} : {}} class={styles.creationBg}></div>
 | 
	
		
			
				|  |  | +        <div class={styles.creationBg}></div>
 | 
	
		
			
				|  |  |          <MSticky position="top"
 | 
	
		
			
				|  |  |            onBarHeight={(height: any) => {
 | 
	
		
			
				|  |  |              console.log(height, 'height', height)
 |