mirror of
				https://github.com/continew-org/continew-admin-ui.git
				synced 2025-11-04 10:57:08 +08:00 
			
		
		
		
	fix: 修复表格固定操作列滚动时的错位样式问题
This commit is contained in:
		@@ -71,7 +71,7 @@
 | 
			
		||||
    <div class="gi-table__body" :class="`gi-table__body-pagination-${attrs['page-position']}`">
 | 
			
		||||
      <div class="gi-table__container">
 | 
			
		||||
        <a-table ref="tableRef" :stripe="stripe" :size="size" column-resizable :bordered="{ cell: isBordered }"
 | 
			
		||||
          v-bind="{ ...attrs, columns: _columns }" :scrollbar="false" :pagination="false">
 | 
			
		||||
          v-bind="{ ...attrs, columns: _columns }" :scrollbar="true" :pagination="false">
 | 
			
		||||
          <template v-for="key in Object.keys(slots)" :key="key" #[key]="scoped">
 | 
			
		||||
            <slot :key="key" :name="key" v-bind="scoped"></slot>
 | 
			
		||||
          </template>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user