From f217fa33522f8dc9cedd991fb60aafe2b4e0170f Mon Sep 17 00:00:00 2001
From: Mila <Mila@pollex.com.tw>
Date: 星期二, 04 一月 2022 16:29:46 +0800
Subject: [PATCH] fixed TODO#133611 顧問-內容描述樣式調整

---
 PAMapp/components/Client/ClientCard.vue |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/PAMapp/components/Client/ClientCard.vue b/PAMapp/components/Client/ClientCard.vue
index 4cc5f65..3ddcfcf 100644
--- a/PAMapp/components/Client/ClientCard.vue
+++ b/PAMapp/components/Client/ClientCard.vue
@@ -87,11 +87,11 @@
                     :key="index"
                 >��蝯⊥�挾{{index + 1 | formatNumber}}嚗�<span>{{ item | formatHopeContactTime}}</span></p>
             </div>
-            <div class="memoStyle">
-                <div class="header">
+            <div class="mt-30">
+                <div class="memoTitleStyle">
                     <div class="mdTxt">�摰寞�膩</div>
                     <div
-                        class="smTxt text--bold text--primary edit cursor--pointer text--underline"
+                        class="smTxt text--bold text--primary cursor--pointer text--underline edit"
                         @click='isEdit = !isEdit'
                     >蝺刻摩</div>
                 </div>
@@ -405,13 +405,13 @@
             height: 400px;
         }
     }
-    .memoStyle {
-        margin-top: 30px;
-        .header {
-            display: flex;
-            flex-direction: row;
-            justify-content: space-between;
-            align-items: flex-end;
+    .memoTitleStyle {
+        display: flex;
+        flex-direction: row;
+        justify-content: space-between;
+
+        .edit {
+            align-self: flex-end;
         }
     }
     .fixed-Height {

--
Gitblit v1.8.0