| | |
| | | <template> |
| | | <div id="echarts" ref="main"> |
| | | </div> |
| | | <div style="width:670px;height:260px;" id="echarts" ref="main"></div> |
| | | </template> |
| | | |
| | | <script> |
| | |
| | | </script> |
| | | |
| | | <style scoped lang="less"> |
| | | #echarts{ |
| | | width: 670px; |
| | | height: 260px; |
| | | position: relative; |
| | | margin: 0; |
| | | padding: 0; |
| | | /*background-color: rgba(0, 0, 0, 0.6);*/ |
| | | border: 1px solid #396d83; |
| | | margin: 10px 10px 10px 10px; |
| | | } |
| | | #echarts{ |
| | | width: 670px!important; |
| | | height: 260px!important; |
| | | //position: relative; |
| | | margin: 0; |
| | | padding: 0; |
| | | border: 1px solid #396d83; |
| | | margin: 10px 10px 10px 10px; |
| | | } |
| | | </style> |