|  | @@ -13,7 +13,7 @@ import TheSticky from '@/components/the-sticky'
 | 
	
		
			
				|  |  |  export default defineComponent({
 | 
	
		
			
				|  |  |    name: 'PracticeDetail',
 | 
	
		
			
				|  |  |    setup() {
 | 
	
		
			
				|  |  | -    const searchStatus = ref(false)
 | 
	
		
			
				|  |  | +    const searchStatus = ref(true)
 | 
	
		
			
				|  |  |      return () => (
 | 
	
		
			
				|  |  |        <div class={styles.practiceDetail}>
 | 
	
		
			
				|  |  |          <TheSticky position="top">
 | 
	
	
		
			
				|  | @@ -131,7 +131,19 @@ export default defineComponent({
 | 
	
		
			
				|  |  |            </div>
 | 
	
		
			
				|  |  |          </div>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -        <Popup v-model:show={searchStatus.value}></Popup>
 | 
	
		
			
				|  |  | +        <Popup v-model:show={searchStatus.value} closeable round>
 | 
	
		
			
				|  |  | +          <div class={styles.popupSection}>
 | 
	
		
			
				|  |  | +            <div class={styles.popupTitle}>筛选</div>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +            <div class={styles.popupSection}>
 | 
	
		
			
				|  |  | +              <div class={styles.title}>
 | 
	
		
			
				|  |  | +                <span>学员练习时长</span>
 | 
	
		
			
				|  |  | +              </div>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +              <div class={styles.timeCount}></div>
 | 
	
		
			
				|  |  | +            </div>
 | 
	
		
			
				|  |  | +          </div>
 | 
	
		
			
				|  |  | +        </Popup>
 | 
	
		
			
				|  |  |        </div>
 | 
	
		
			
				|  |  |      )
 | 
	
		
			
				|  |  |    }
 |