| | |
| | | <div class="public-bounced map-background" v-drag :style="style"> |
| | | <div class="public-bounced-title panel-title" ref="publicBounced"> |
| | | <span>{{ title }}</span> |
| | | <i class="el-icon-circle-close" @click="close"></i> |
| | | <i class="el-icon-close" style="font-size: 16px;" @click="close"></i> |
| | | </div> |
| | | <div class="public-bounced-content" :id="id"></div> |
| | | </div> |
| | |
| | | }, |
| | | init () { |
| | | const propsData = helper.deepClone(this.content.data) || {} |
| | | console.log(propsData) |
| | | // console.log(propsData) |
| | | const instance = new this.content.comp({ |
| | | // parent: this.content.parent, |
| | | propsData: propsData |
| | |
| | | |
| | | .public-bounced-title { |
| | | cursor: move; |
| | | height: 0.1rem; |
| | | padding: 10px 0; |
| | | //height: 0.1rem; |
| | | //padding: 10px 0; |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: space-between; |
| | |
| | | span { |
| | | color: #f4f7ff; |
| | | margin: 0 15px; |
| | | font-size: 14px; |
| | | font-size: 16px; |
| | | } |
| | | |
| | | i { |