| | |
| | | <template> |
| | | <div class="myModal"> |
| | | <a-modal v-model="visible" title="" :footer="null" :mask="false" :maskClosable="false" :placement="placement" |
| | | <a-modal v-model="visible" title="" :footer="null" :mask="false" :maskClosable="true" |
| | | :bodyStyle="{'overflow':'overlay','maxHeight': '550px'}"> |
| | | <div>11</div> |
| | | |
| | | <div>{{this.placement}}</div> |
| | | <videoPlayBox></videoPlayBox> |
| | | </a-modal> |
| | | </div> |
| | | |
| | |
| | | import { |
| | | history |
| | | } from '../../api/blogArticleComment.js' |
| | | |
| | | import videoPlayBox from "../mini/box15-videoPlayBox.vue" |
| | | export default { |
| | | components: { |
| | | videoPlayBox |
| | | }, |
| | | data() { |
| | | return { |
| | | visible: false, |
| | | placement: "bottom" |
| | | placement: "fbottom" |
| | | } |
| | | }, |
| | | beforeMount() {}, |
| | | methods: { |
| | | showModal() { |
| | | showModal(param) { |
| | | this.placement = param.id |
| | | this.visible = true; |
| | | }, |
| | | handleCancel(e) { |
| | |
| | | } |
| | | </script> |
| | | <style scoped> |
| | | |
| | | a { |
| | | color: black; |
| | | } |