From cb165187ddcf5d9cfd8aad97a2868d0343b14bd9 Mon Sep 17 00:00:00 2001
From: Sanakey <714737083@qq.com>
Date: 星期五, 27 九月 2024 18:14:48 +0800
Subject: [PATCH] feat:完善客户Drawer详情

---
 src/views/clues/components/drawer/index.vue |   24 +++++-------------------
 1 files changed, 5 insertions(+), 19 deletions(-)

diff --git a/src/views/clues/components/drawer/index.vue b/src/views/clues/components/drawer/index.vue
index 4806e00..c7dc367 100644
--- a/src/views/clues/components/drawer/index.vue
+++ b/src/views/clues/components/drawer/index.vue
@@ -36,24 +36,7 @@
               {{ tag }}
             </Tag>
           </template>
-          <TagSelector class="pb-10px"></TagSelector>
-          <a-popconfirm title="Title" >
-            <Icon
-              icon="uil:focus-add"
-              class="mr-15px  cursor-pointer"
-              @click=""
-              :style="{ color: 'hotpink' }"
-              :size="20"
-            />
-            <template #description>
-
-            </template>
-          </a-popconfirm>
-<!--          <a-dropdown :trigger="['click']">-->
-<!--            <template #overlay>-->
-<!--              <TagSelector></TagSelector>-->
-<!--            </template>-->
-<!--          </a-dropdown>-->
+          <TagSelector class="pb-10px inline-block mt-10px"></TagSelector>
         </div>
 
       </Col>
@@ -167,7 +150,10 @@
       background-color: @component-background;
     }
     .scroll-wrap{
-      height: calc(100vh - 290px);
+      height: calc(100vh - 310px);
     }
+    //:deep(.scrollbar__wrap)   {
+    //  padding: 10px !important;
+    //}
   }
 </style>

--
Gitblit v1.8.0