From f729219f3e383df27735ffccabf0b3e3ad0b7ceb Mon Sep 17 00:00:00 2001
From: liudong <liudong>
Date: 星期一, 05 八月 2024 19:24:21 +0800
Subject: [PATCH] 智能体管理的测试助手页面的bug修改

---
 src/views/dmx/IntelligentAgent/components/custom-settings.vue |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/views/dmx/IntelligentAgent/components/custom-settings.vue b/src/views/dmx/IntelligentAgent/components/custom-settings.vue
index 666fd89..808f80f 100644
--- a/src/views/dmx/IntelligentAgent/components/custom-settings.vue
+++ b/src/views/dmx/IntelligentAgent/components/custom-settings.vue
@@ -3,7 +3,7 @@
     <a-typography-title class="block-title" :heading="6">
       {{ $t('cardList.tab.title.content') }}
     </a-typography-title>
-    <a-button class='add-button' type="primary" @click="addCard">娣诲姞</a-button>
+    <a-button class="add-button" type="primary" @click="addCard">娣诲姞</a-button>
 
     <a-row class="list-row" :gutter="24">
       <a-col
@@ -16,7 +16,7 @@
         class="list-col"
       >
         <div class="card-wrap empty-wrap">
-          <a-card :bordered="false" hoverable >
+          <a-card :bordered="false" hoverable>
             <a-result :status="null" title="Xinference妯″瀷鏄釜寰堝帀瀹崇殑妯″瀷">
               <template #icon>
                 <icon-plus style="font-size: 20px" />
@@ -227,15 +227,15 @@
     }
   }
 
-  .list-wrap{
+  .list-wrap {
     position: relative;
 
-    ::v-deep .block-title{
+    ::v-deep .block-title {
       height: 36px;
       lin-height: 36px;
     }
 
-    .add-button{
+    .add-button {
       position: absolute;
       right: 20px;
       top: 0;

--
Gitblit v1.8.0