|
@@ -328,7 +328,7 @@ export const guide = {
|
|
const body = document.body
|
|
const body = document.body
|
|
const box = document.createElement('div')
|
|
const box = document.createElement('div')
|
|
box.className = 'plus'
|
|
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 = {
|
|
const rect = {
|
|
left:body.clientWidth/2,
|
|
left:body.clientWidth/2,
|