Explorar el Código

fix: Table组件设置 align="center" 导致横向滚动条位置错误问题

陈财富 hace 1 año
padre
commit
22f071d926
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/components/Table/src/Table.vue

+ 1 - 0
src/components/Table/src/Table.vue

@@ -339,6 +339,7 @@ export default defineComponent({
       const bindValue: Recordable = { ...attrs, ...unref(getProps) }
       delete bindValue.columns
       delete bindValue.data
+      delete bindValue.align
       return bindValue
     })