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/assets/scss/vendors/elementUI/_input.scss |    7 ++++++-
 PAMapp/components/Client/ClientCard.vue          |   20 ++++++++++----------
 2 files changed, 16 insertions(+), 11 deletions(-)

diff --git a/PAMapp/assets/scss/vendors/elementUI/_input.scss b/PAMapp/assets/scss/vendors/elementUI/_input.scss
index d5de781..f861086 100644
--- a/PAMapp/assets/scss/vendors/elementUI/_input.scss
+++ b/PAMapp/assets/scss/vendors/elementUI/_input.scss
@@ -10,11 +10,16 @@
   &.is-disabled {
     .el-textarea__inner {
       color: #222222;
+      border: 1px solid #707070;
+
+      &::placeholder {
+        color: #A7A8AA;
+      }
     }
   }
 
   .el-textarea__inner {
-      border: 1px solid #DCDFE6;
+      border: 1px solid #707070;
       padding: 10px 20px;
       box-sizing: border-box;
       border-radius: 5px;
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