From 3f1a0f246e1de207b6764f7003af4715103a7d93 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Tue, 27 Jul 2021 10:58:57 +0800
Subject: [PATCH] 表格样式  主题默认蓝色

---
 src/views/resource/attach.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/resource/attach.vue b/src/views/resource/attach.vue
index 29abbf0..763c1ba 100644
--- a/src/views/resource/attach.vue
+++ b/src/views/resource/attach.vue
@@ -1,5 +1,5 @@
 <template>
-  <basic-container>
+  <basic-container class="hasButTwo">
     <avue-crud
       :option="option"
       :table-loading="loading"

--
Gitblit v1.9.3