zhuliu 1 rok temu
rodzic
commit
3b5e44a6e7

+ 1 - 1
src/views/layout/components/guide.js

@@ -328,7 +328,7 @@ export const guide = {
             const body = document.body
             const box = document.createElement('div')
             box.className = 'plus'
-            box.innerHTML = '<div class="plus-icon"></div>'
+            box.innerHTML = '<div class="plus-icon"><i class="iconfont icon-xinshouzhiyin"></i></div>'
 
             const rect = {
                 left:body.clientWidth/2,

+ 3 - 0
src/views/layout/components/help.vue

@@ -131,8 +131,11 @@ export default {
   width: 100%;
   background-color: #5151e7;
   border-radius: 50%;
+  text-align: center;
+  line-height: 30px;
   z-index: 99999999;
   animation: moveX .8s linear;
+  
 }
 // .plus-icon::before{
 //   content: '';