From 19410226dab797f415194d081218a7e3269c5e44 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Thu, 05 Aug 2021 14:21:07 +0800
Subject: [PATCH] 问题修复
---
src/views/system/dept.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/system/dept.vue b/src/views/system/dept.vue
index c29a095..158ce85 100644
--- a/src/views/system/dept.vue
+++ b/src/views/system/dept.vue
@@ -1,5 +1,5 @@
<template>
- <basic-container>
+ <basic-container class="deptClass">
<avue-crud
:option="option"
:table-loading="loading"
--
Gitblit v1.9.3