From da6fcce812c99892029ea54b7703f96ce92e37aa Mon Sep 17 00:00:00 2001
From: Tomas <tomasysh@gmail.com>
Date: 星期一, 27 十二月 2021 10:20:53 +0800
Subject: [PATCH] page refactor: appointment-list child components

---
 PAMapp/pages/index.vue |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/PAMapp/pages/index.vue b/PAMapp/pages/index.vue
index 1f49b7d..b267189 100644
--- a/PAMapp/pages/index.vue
+++ b/PAMapp/pages/index.vue
@@ -110,19 +110,19 @@
   }
 
   .reserveBtn.el-button--default {
-    width: 100%;
-    height: 110px;
-    border-radius: 10px;
-    margin-bottom: 15px;
-    font-size: 32px;
-    font-weight: 700;
+    width              : 100%;
+    height             : 110px;
+    border-radius      : 10px;
+    margin-bottom      : 15px;
+    font-size          : 32px;
+    font-weight        : 700;
     background-position: right;
-    background-size: cover;
-    color: #68737A;
-    text-align: left;
-    background-repeat: no-repeat;
-    box-shadow: 0px 0px 6px #a79b9b29;
-    border-width: 0;
+    background-size    : cover;
+    color              : #68737A;
+    text-align         : left;
+    background-repeat  : no-repeat;
+    box-shadow         : 0px 0px 6px #a79b9b29;
+    border-width       : 0;
 
     p {
       text-shadow: 1px 1px 5px $PRIMARY_WHITE;

--
Gitblit v1.8.0