|  | @@ -16,19 +16,19 @@ export default defineComponent({
 | 
	
		
			
				|  |  |        <div class={styles.searchGroup}>
 | 
	
		
			
				|  |  |          <div class={styles.searchCatatory}>
 | 
	
		
			
				|  |  |            <NSpace size="small" class={styles.btnType}>
 | 
	
		
			
				|  |  | -            <NButton type="primary" round size="small">
 | 
	
		
			
				|  |  | +            <NButton type="primary" round size="small" focusable={false}>
 | 
	
		
			
				|  |  |                全部
 | 
	
		
			
				|  |  |              </NButton>
 | 
	
		
			
				|  |  | -            <NButton secondary round size="small">
 | 
	
		
			
				|  |  | +            <NButton secondary round size="small" focusable={false}>
 | 
	
		
			
				|  |  |                乐谱
 | 
	
		
			
				|  |  |              </NButton>
 | 
	
		
			
				|  |  | -            <NButton secondary round size="small">
 | 
	
		
			
				|  |  | +            <NButton secondary round size="small" focusable={false}>
 | 
	
		
			
				|  |  |                图片
 | 
	
		
			
				|  |  |              </NButton>
 | 
	
		
			
				|  |  | -            <NButton secondary round size="small">
 | 
	
		
			
				|  |  | +            <NButton secondary round size="small" focusable={false}>
 | 
	
		
			
				|  |  |                音频
 | 
	
		
			
				|  |  |              </NButton>
 | 
	
		
			
				|  |  | -            <NButton secondary round size="small">
 | 
	
		
			
				|  |  | +            <NButton secondary round size="small" focusable={false}>
 | 
	
		
			
				|  |  |                视频
 | 
	
		
			
				|  |  |              </NButton>
 | 
	
		
			
				|  |  |            </NSpace>
 |