Browse Source

多选fixed

master_hella_20240701
yufei0306 6 months ago
parent
commit
0c5df44f46
  1. 2
      src/components/Table/src/Table.vue

2
src/components/Table/src/Table.vue

@ -200,7 +200,7 @@ export default defineComponent({
const { selection, reserveSelection, align, headerAlign,border } = unref(getProps)
//
return selection ? (
<ElTableColumn
<ElTableColumn fixed="left"
type="selection"
reserveSelection={reserveSelection}
align={align}

Loading…
Cancel
Save