| | |
| | | // }); |
| | | // }); |
| | | //return false; |
| | | //this.refreshDock(); |
| | | |
| | | }, |
| | | refreshDock: function () { |
| | | setTimeout(function () { |
| | | const dockItems = document.getElementsByClassName('dock-item'); |
| | | const dockMask = document.getElementsByClassName('dock-mask')[0]; |
| | | for (let i = 0; i < dockItems.length; i++) { |
| | | dockItems[i].width = 60; |
| | | } |
| | | //dockMask.style.width = dockItems.length * 60 + 40 + 'px'; |
| | | }, 10); |
| | | } |
| | | |
| | | }, |
| | | directives: { |
| | | drag(el) { |
| | |
| | | color: #fbb450; |
| | | } |
| | | |
| | | /* .d-frame-title-operation:hover .d-frame-operation-minus::before { |
| | | content: "\f056"; |
| | | } */ |
| | | |
| | | .d-frame-operation-full { |
| | | color: #00d800; |
| | | } |
| | | |
| | | /* .d-frame-title-operation:hover .d-frame-operation-full::before { |
| | | content: "\f055"; |
| | | } */ |
| | | |
| | | .d-frame-title-content { |
| | | line-height: 30px; |