| | |
| | | let hiprintTemplate = ref() |
| | | const buildDesigner = () => { |
| | | document.querySelector('#hiprint-printTemplate').innerHTML = '' |
| | | document.querySelector('.hiprintEpContainer').innerHTML = '' |
| | | // 绑定拖拽事件 |
| | | hiprint.PrintElementTypeManager.build('.hiprintEpContainer', 'defaultModule') |
| | | // new hiprint.PrintTemplate 的返回值是一个模板的实例 |
| | |
| | | style="width: 90%;height:93%;margin-top: 3vh " |
| | | :close-on-click-modal="false" |
| | | :close-on-press-escape="false" |
| | | destroy-on-close |
| | | v-model="titleStyleVisible"> |
| | | <!-- <tag-style style="width: 100%;height: 100%"/>--> |
| | | <tag-style-designer style="width: 100%;height: 100%" |