SyuanYu 1 week ago
parent
commit
20063b0b23
1 changed files with 5 additions and 5 deletions
  1. 5 5
      frontend/src/views/aiReporter.vue

+ 5 - 5
frontend/src/views/aiReporter.vue

@@ -13,10 +13,10 @@ const urlRules = [
 ];
 
 const items = reactive([
-  { title: "100% 真人觀看" },
-  { title: "包含影片設定費" },
-  { title: "開發票" },
-  { title: "包含成效報表" },
+  { title: "解決公關危機" },
+  { title: "建立品牌形象" },
+  { title: "全自動化監控" },
+  { title: "定期成效報告" },
 ]);
 
 const cardItems = reactive([
@@ -112,7 +112,7 @@ async function ecpay() {
                   </p>
                 </v-card-title>
 
-                <v-card-text class="d-flex align-center justify-center mt-3">
+                <v-card-text class="d-flex align-center justify-center mt-3 pb-0">
                   <ul>
                     <li
                       v-for="(item, index) in items"