首页改动
This commit is contained in:
BIN
src/assets/image/index_welcome.png
Normal file
BIN
src/assets/image/index_welcome.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 135 KiB |
@ -1,16 +1,24 @@
|
||||
<template>
|
||||
<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;">
|
||||
<line-chart :chart-data="lineChartData" />
|
||||
</el-row> -->
|
||||
|
||||
<div style="height:10%"></div>
|
||||
<el-row class="tc">
|
||||
<div style="font-size:50px">WELCOME LOGIN</div>
|
||||
<div class="mt10 mb10">欢迎登录锐能BMS管理系统</div>
|
||||
<div>
|
||||
<el-button size="mini" type="primary" v-hasPermi="['system:device:deviceSignal']">
|
||||
<router-link target="_blank" :to="{path:'/chart'}">查看数据</router-link>
|
||||
</el-button>
|
||||
</div>
|
||||
</el-row>
|
||||
|
||||
<el-row v-hasPermi="['/system/device/deviceSignal']"><router-link target="_blank" :to="{path:'/chart'}">查看数据</router-link>
|
||||
</el-row>
|
||||
|
||||
<el-row :gutter="32">
|
||||
<!-- <el-row :gutter="32">
|
||||
<el-col :xs="24" :sm="24" :lg="8">
|
||||
<div class="chart-wrapper">
|
||||
<raddar-chart />
|
||||
@ -26,8 +34,7 @@
|
||||
<bar-chart />
|
||||
</div>
|
||||
</el-col>
|
||||
</el-row>
|
||||
|
||||
</el-row> -->
|
||||
|
||||
</div>
|
||||
</template>
|
||||
@ -82,9 +89,19 @@ export default {
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.dashboard-editor-container {
|
||||
top: 0;
|
||||
left: 0;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
padding: 32px;
|
||||
background-color: rgb(240, 242, 245);
|
||||
position: relative;
|
||||
position: absolute;
|
||||
box-sizing: border-box;
|
||||
|
||||
background-image: url(../assets/image/index_welcome.png);
|
||||
background-size: 300px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
|
||||
.chart-wrapper {
|
||||
background: #fff;
|
||||
|
Reference in New Issue
Block a user