From 85ba6875bb14650170ceac7f199251f84dd6c68a Mon Sep 17 00:00:00 2001
From: xingyu <xingyu4j@vip.qq.com>
Date: Thu, 18 May 2023 19:21:41 +0800
Subject: [PATCH] feat: area style

---
 src/views/system/area/index.vue | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/system/area/index.vue b/src/views/system/area/index.vue
index 4951490..6826784 100644
--- a/src/views/system/area/index.vue
+++ b/src/views/system/area/index.vue
@@ -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() {