Browse Source

Merge branch 'dev/1.0.47_zsy' of jianyu/web into feature/v1.0.47

zhangsiya 1 year ago
parent
commit
0c826795ad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/work-bench/src/components/CustomServiceCorner.vue

+ 1 - 1
apps/work-bench/src/components/CustomServiceCorner.vue

@@ -124,6 +124,7 @@ export default {
         height:38px;
         padding-left:8px;
         cursor: pointer;
+        border-radius: 4px;
         &:hover{
           background: #EAF8FA;
         }
@@ -136,7 +137,6 @@ export default {
     }
   }
   .kf-phone-tooltip.el-tooltip__popper.is-light{
-    background: linear-gradient(180deg, #F1F4F8 0%, #FEFEFF 100%);
     border: 2px solid #FFFFFF;
     box-shadow: 0px 0px 20px rgba(8, 31, 38, 0.12);
     font-size: 14px;