feat: area style

pull/16/head
xingyu 2023-05-18 19:21:41 +08:00
parent 7d523a02fd
commit 85ba6875bb
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<template>
<div>
<div class="p-4">
<BasicTable @register="register">
<template #toolbar>
<a-button type="primary" :preIcon="IconEnum.ADD" @click="handleCreate"> IP </a-button>
@ -37,7 +37,7 @@ const [register, { expandAll, collapseAll, reload }] = useTable({
showTableSetting: true,
bordered: true,
showIndexColumn: false,
canResize: false
canResize: true
})
function handleCreate() {