From 03b6025d07e4df99474f80d3fa57e8b5238ba40c Mon Sep 17 00:00:00 2001
From: nebv <vbenadmin@163.com>
Date: 星期日, 11 十月 2020 00:05:29 +0800
Subject: [PATCH] refactor(style): remove tailwind css

---
 src/views/demo/feat/tabs/index.vue |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/src/views/demo/feat/tabs/index.vue b/src/views/demo/feat/tabs/index.vue
index 5fbb6ea..edb3ece 100644
--- a/src/views/demo/feat/tabs/index.vue
+++ b/src/views/demo/feat/tabs/index.vue
@@ -1,13 +1,10 @@
 <template>
   <div class="p-4">
-    <CollapseContainer
-      class="px-20 bg-white w-full h-32 rounded-md"
-      title="鍦ㄤ笅闈㈣緭鍏ユ杈撳叆鏂囨湰,鍒囨崲鍚庡洖鏉ュ唴瀹逛細淇濆瓨"
-    >
+    <CollapseContainer title="鍦ㄤ笅闈㈣緭鍏ユ杈撳叆鏂囨湰,鍒囨崲鍚庡洖鏉ュ唴瀹逛細淇濆瓨">
       <a-input placeholder="璇疯緭鍏�" />
     </CollapseContainer>
 
-    <CollapseContainer class="px-20 mt-10 bg-white w-full h-32 rounded-md" title="鏍囩椤垫搷浣�">
+    <CollapseContainer class="mt-4 px-4" title="鏍囩椤垫搷浣�">
       <a-button class="mr-2" @click="closeAll">鍏抽棴鎵�鏈�</a-button>
       <a-button class="mr-2" @click="closeLeft">鍏抽棴宸︿晶</a-button>
       <a-button class="mr-2" @click="closeRight">鍏抽棴鍙充晶</a-button>

--
Gitblit v1.8.0