From 647946725fdb607c8dbcabf30e4a5a94eab2561c Mon Sep 17 00:00:00 2001 From: wayne <wayne8692wayne8692@gmail.com> Date: 星期二, 16 十一月 2021 18:17:53 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- 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