mirror of
				https://github.com/soybeanjs/soybean-admin.git
				synced 2025-11-04 07:43:42 +08:00 
			
		
		
		
	Merge pull request #70 from yanbowe/main
fix(projects): 全局搜索弹窗弹出时动画闪屏问题
This commit is contained in:
		@@ -5,7 +5,7 @@
 | 
				
			|||||||
    :closable="false"
 | 
					    :closable="false"
 | 
				
			||||||
    preset="card"
 | 
					    preset="card"
 | 
				
			||||||
    footer-style="padding: 0; margin: 0"
 | 
					    footer-style="padding: 0; margin: 0"
 | 
				
			||||||
    class="w-630px fixed top-50px left-1/2 transform -translate-x-1/2"
 | 
					    class="w-630px fixed left-0 right-0 top-50px"
 | 
				
			||||||
    @after-leave="handleClose"
 | 
					    @after-leave="handleClose"
 | 
				
			||||||
  >
 | 
					  >
 | 
				
			||||||
    <n-input ref="inputRef" v-model:value="keyword" clearable placeholder="请输入关键词搜索" @input="handleSearch">
 | 
					    <n-input ref="inputRef" v-model:value="keyword" clearable placeholder="请输入关键词搜索" @input="handleSearch">
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user