From 6f3021e865c2b0503dda227477084fa586e6fd8f Mon Sep 17 00:00:00 2001
From: Mila <Mila@pollex.com.tw>
Date: 星期二, 16 十一月 2021 21:02:44 +0800
Subject: [PATCH] Merge branch 'master' of https://192.168.0.10:8443/r/pcalife/PAM

---
 PAMapp/assets/scss/vendors/elementUI/_checkbox.scss |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/PAMapp/assets/scss/vendors/elementUI/_checkbox.scss b/PAMapp/assets/scss/vendors/elementUI/_checkbox.scss
index 9908a0d..a8acbb6 100644
--- a/PAMapp/assets/scss/vendors/elementUI/_checkbox.scss
+++ b/PAMapp/assets/scss/vendors/elementUI/_checkbox.scss
@@ -12,7 +12,7 @@
         margin-right: 0px;
         box-shadow: 0 0 6px #22222229;
         border-radius: 10px;
-
+        -webkit-tap-highlight-color: transparent;
         .el-checkbox__input {
             display: none;
         }
@@ -71,7 +71,7 @@
     border-radius: 30px;
     font-size: 20px;
     margin: 0 10px 10px 0px;
-
+    -webkit-tap-highlight-color: transparent;
     .el-checkbox__input {
         display: none;
     }

--
Gitblit v1.8.0