| | |
| | | height: 100%; |
| | | left: 0px; |
| | | top: 0px; |
| | | z-index: 99999 !important; |
| | | } |
| | | </style> |
| | | <style> |
| | |
| | | border-color: transparent; |
| | | cursor: pointer; |
| | | } |
| | | |
| | | #luckysheet .returnView { |
| | | width: 50px; |
| | | height: 26px; |
| | |
| | | #luckysheet .save:active { |
| | | opacity: 0.7; |
| | | } |
| | | |
| | | /* #luckysheet-postil-overshow { |
| | | z-index: 9999 !important; |
| | | } */ |
| | | </style> |
| | | <template> |
| | | <div id="luckysheet"></div> |
| | |
| | | methods: { |
| | | templateWrite() { |
| | | var option = {}; |
| | | console.log(2222, this.data); |
| | | if (this.data != null && this.data != "") { |
| | | option = JSON.parse(this.data); |
| | | console.log(11111, option); |
| | | } else { |
| | | let rowlen = {}; |
| | | let columnlen = {}; |