贴地svg增加立体模式和锚点设置
This commit is contained in:
@ -78,6 +78,7 @@ class Dialog extends BaseDialog {
|
||||
this.footAppChild(div)
|
||||
if (this.options.updateHeightCallBack) {
|
||||
let heightBtn = document.createElement('button');
|
||||
heightBtn.className = 'update-height'
|
||||
heightBtn.innerHTML = '<svg class="icon-updateheigh"><use xlink:href="#yj-icon-updateheight"></use></svg>更新高程'
|
||||
heightBtn.style.width = 'auto'
|
||||
heightBtn.addEventListener('click', () => {
|
||||
|
Reference in New Issue
Block a user