master
382696293@qq.com 2 years ago
parent 6fb2b7a027
commit f25af796f9

@ -1,8 +1,12 @@
<template> <template>
<div class="welcome-page">
<div class="content">
<h1>欢迎来到 花至微信小程序管理后台</h1>
</div>
</div>
<!--
<div class="dashboard-editor-container"> <div class="dashboard-editor-container">
<panel-group @handleSetLineChartData="handleSetLineChartData" /> <panel-group @handleSetLineChartData="handleSetLineChartData" />
<el-row style="background:#fff;padding:16px 16px 0;margin-bottom:32px;"> <el-row style="background:#fff;padding:16px 16px 0;margin-bottom:32px;">
<line-chart :chart-data="lineChartData" /> <line-chart :chart-data="lineChartData" />
</el-row> </el-row>
@ -24,9 +28,8 @@
</div> </div>
</el-col> </el-col>
</el-row> </el-row>
</div> </div>
-->
</template> </template>
<script> <script>
@ -95,4 +98,15 @@ export default {
padding: 8px; padding: 8px;
} }
} }
.welcome-page {
display: flex;
justify-content: center;
align-items: center;
height: 60vh;
}
.content {
text-align: center;
padding: 20px;
}
</style> </style>

Loading…
Cancel
Save