From c294aaef78509c888cbd133f0841467d1803e8c2 Mon Sep 17 00:00:00 2001
From: Tomas <tomasysh@gmail.com>
Date: 星期四, 10 二月 2022 14:18:02 +0800
Subject: [PATCH] update: [顧問-帳號資訊, 編輯帳號資訊] 優化畫面

---
 PAMapp/assets/scss/vendors/elementUI/_input.scss |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/PAMapp/assets/scss/vendors/elementUI/_input.scss b/PAMapp/assets/scss/vendors/elementUI/_input.scss
index f861086..917ac76 100644
--- a/PAMapp/assets/scss/vendors/elementUI/_input.scss
+++ b/PAMapp/assets/scss/vendors/elementUI/_input.scss
@@ -6,6 +6,10 @@
   border-radius: 10px;
 }
 
+.el-input__inner {
+  font-size: 18px;
+}
+
 .pam-appointment-textarea {
   &.is-disabled {
     .el-textarea__inner {
@@ -30,4 +34,4 @@
           border: solid 1px $SKY_BLUE;
       }
   }
-}
\ No newline at end of file
+}

--
Gitblit v1.8.0