| | |
| | | // import '@/components/plugin/DialogDrag' |
| | | |
| | | import bus from '@/eventBus' |
| | | |
| | | export default { |
| | | name: 'summary-sheet.vue', |
| | | components: { |
| | |
| | | /*width: 850px;*/ |
| | | /*height: 265px;*/ |
| | | z-index: 500; |
| | | |
| | | .subtopic{ |
| | | display: inline-flex; |
| | | |
| | | .iconBtn{ |
| | | margin-left: 0.03rem; |
| | | border-color:#00fff6; |
| | | color:#00fff6; |
| | | } |
| | | |
| | | .iconBtn.active-button{ |
| | | //border-color:#00fff6 !important; |
| | | //color:#00fff6 !important; |
| | |
| | | top: 15%; |
| | | left: 3rem; |
| | | } |
| | | |
| | | .animationChange-enter-active, .animationChange-leave-active { |
| | | transition: all 0.5s; |
| | | } |
| | |
| | | opacity: 0; |
| | | transform: translateX(-100px); |
| | | } |
| | | |
| | | /*color: #fff;*/ |
| | | |
| | | .el-icon-c-scale-to-original { |