チャートコンポーネントを分離するなど
This commit is contained in:
parent
1c1e3009e9
commit
47a5f3bc67
6 changed files with 65 additions and 26 deletions
29
src/client/app/desktop/views/pages/stats/stats.vue
Normal file
29
src/client/app/desktop/views/pages/stats/stats.vue
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
<template>
|
||||
<div class="tcrwdhwpuxrwmcttxjcsehgpagpstqey">
|
||||
<div>
|
||||
<x-charts/>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
import Vue from "vue";
|
||||
import XCharts from "../../components/charts.vue";
|
||||
|
||||
export default Vue.extend({
|
||||
components: {
|
||||
XCharts
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
<style lang="stylus">
|
||||
@import '~const.styl'
|
||||
|
||||
.tcrwdhwpuxrwmcttxjcsehgpagpstqey
|
||||
width 100%
|
||||
padding 16px 32px
|
||||
|
||||
> div
|
||||
max-width 800px
|
||||
</style>
|
||||
Loading…
Add table
Add a link
Reference in a new issue