| | |
| | | <link href="./static/luckysheet/plugins/plugins.css" rel="stylesheet" /> |
| | | <link href="./static/luckysheet/css/luckysheet.css" rel="stylesheet" /> |
| | | <link href="./static/luckysheet/assets/iconfont/iconfont.css" rel="stylesheet" /> |
| | | <style> |
| | | #app{ |
| | | overflow: hidden; |
| | | } |
| | | </style> |
| | | </head> |
| | | <body> |
| | | <div id="app"></div> |
| | |
| | | } |
| | | |
| | | .el-popover { |
| | | max-height: 80vh; |
| | | overflow-y: auto; |
| | | overflow-x: hidden; |
| | | padding: 0; |
| | | z-index: 9999 !important; |
| | | } |
| | | |
| | | .el-popover::-webkit-scrollbar{ |
| | | width: 0; |
| | | } |
| | | |
| | | .el-popper .popper__arrow { |
| | | display: none; |
| | | } |
| | |
| | | let data = [] |
| | | res.data.forEach(a=>{ |
| | | data.push({ |
| | | label: a.name, |
| | | label: a.code, |
| | | value: a.code |
| | | }) |
| | | }) |