mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 08:13:44 +08:00 
			
		
		
		
	update 优化 弹窗点击遮罩层 默认不关闭 可在 main.js 修改
This commit is contained in:
		@@ -73,6 +73,9 @@ DictData.install()
 | 
			
		||||
 * please remove it before going online! ! !
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
// 修改 el-dialog 默认点击遮照为不关闭
 | 
			
		||||
Element.Dialog.props.closeOnClickModal.default = false
 | 
			
		||||
 | 
			
		||||
Vue.use(Element, {
 | 
			
		||||
  size: Cookies.get('size') || 'medium' // set element-ui default size
 | 
			
		||||
})
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user