mirror of
				https://github.com/vform666/variant-form3-vite.git
				synced 2025-11-04 10:31:47 +08:00 
			
		
		
		
	修复设置统一栅格列高度报错的问题。
This commit is contained in:
		@@ -19,8 +19,8 @@ export default {
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    inputNumberHandler({target}) {
 | 
			
		||||
      target.value = target.value.replace(/[^0-9]/gi, '')
 | 
			
		||||
    inputNumberHandler(value) {
 | 
			
		||||
      value = value.replace(/[^0-9]/gi, '')
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    onRemoteChange(val) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user