This commit is contained in:
熊丽君
2021-08-02 09:31:25 +08:00
commit fa85ca8a08
257 changed files with 21097 additions and 0 deletions

23
src/views/index.vue Normal file
View File

@ -0,0 +1,23 @@
<template>
<div class="dashboard-editor-container">
home
</div>
</template>
<script>
export default {
name: 'home',
data() {
return {};
},
methods: {}
};
</script>
<style lang="scss" scoped>
@media (max-width: 1024px) {
.chart-wrapper {
padding: 8px;
}
}
</style>