fix table 固定列阴影
This commit is contained in:
		
							parent
							
								
									7e881d3247
								
							
						
					
					
						commit
						27e4a48bd6
					
				@ -999,6 +999,7 @@ const _sfc_main = defineComponent({
 | 
			
		||||
    watch(() => [props.height, props.maxHeight, props.dataSource], () => {
 | 
			
		||||
      nextTick(() => {
 | 
			
		||||
        getScrollWidth();
 | 
			
		||||
        getFixedColumn();
 | 
			
		||||
      });
 | 
			
		||||
    }, {
 | 
			
		||||
      deep: true
 | 
			
		||||
 | 
			
		||||
@ -19417,6 +19417,7 @@ const _sfc_main$D = defineComponent({
 | 
			
		||||
    watch(() => [props.height, props.maxHeight, props.dataSource], () => {
 | 
			
		||||
      nextTick(() => {
 | 
			
		||||
        getScrollWidth();
 | 
			
		||||
        getFixedColumn();
 | 
			
		||||
      });
 | 
			
		||||
    }, {
 | 
			
		||||
      deep: true
 | 
			
		||||
 | 
			
		||||
@ -453,6 +453,7 @@ watch(
 | 
			
		||||
  () => {
 | 
			
		||||
    nextTick(() => {
 | 
			
		||||
      getScrollWidth();
 | 
			
		||||
      getFixedColumn();
 | 
			
		||||
    });
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
 | 
			
		||||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user