From 0beef9e1d201406029ed1ab5c846a575062cd6bd Mon Sep 17 00:00:00 2001
From: xingyuv <xingyu4j@vip.qq.com>
Date: Sat, 25 Mar 2023 22:53:07 +0800
Subject: [PATCH] style: dict style

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

diff --git a/src/views/system/dict/index.vue b/src/views/system/dict/index.vue
index 0f6b6c13..fe732173 100644
--- a/src/views/system/dict/index.vue
+++ b/src/views/system/dict/index.vue
@@ -1,6 +1,6 @@
 <template>
   <div class="flex">
-    <BasicTable @register="registerTable" class="w-1/2 xl:w-1/2" @row-click="handleRowClick">
+    <BasicTable @register="registerTable" class="w-1/2" @row-click="handleRowClick">
       <template #toolbar>
         <a-button type="primary" v-auth="['system:dict:create']" :preIcon="IconEnum.ADD" @click="handleCreate">
           {{ t('action.create') }}
@@ -27,7 +27,7 @@
         </template>
       </template>
     </BasicTable>
-    <DictData class="w-1/2 xl:w-1/2" :searchInfo="searchInfo" />
+    <DictData class="w-1/2" :searchInfo="searchInfo" />
     <DictTypeModal @register="registerModal" @success="reload()" />
   </div>
 </template>