Commit 600eccf1 authored by 郭铭瑶's avatar 郭铭瑶 🤘

保存

parent c05ecc8f
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
<!-- built files will be auto injected --> <!-- built files will be auto injected -->
</body> </body>
<script src="./static/hls.js"></script> <script src="./static/hls.js"></script>
<!-- <script src="./static/SMap.min.js"></script> --> <script src="./static/SMap.min.js"></script>
<script src="./static/esm/SMap.min.js"></script> <!-- <script src="./static/esm/SMap.min.js"></script> -->
<script src="./static/Plugins.min.js"></script> <script src="./static/Plugins.min.js"></script>
</html> </html>
...@@ -60,7 +60,7 @@ export default { ...@@ -60,7 +60,7 @@ export default {
'grid-gap': this.gap, 'grid-gap': this.gap,
'padding': this.gap, 'padding': this.gap,
'padding-top': 0, 'padding-top': 0,
'background-image': `url(${this.bgImg})` // 'background-image': `url(${this.bgImg})`
} }
const {children} = this.$refs.grid const {children} = this.$refs.grid
......
...@@ -80,7 +80,7 @@ export default { ...@@ -80,7 +80,7 @@ export default {
{text: '有序', index: 2, max: 25}, {text: '有序', index: 2, max: 25},
], ],
center: ['50%', '60%'], center: ['50%', '60%'],
radius: '60%', radius: '65%',
}], }],
series: [{ series: [{
type: 'radar', type: 'radar',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment