去除内层
This commit is contained in:
@@ -192,9 +192,10 @@
|
|||||||
<el-option :value="3" label="最近3天"></el-option>
|
<el-option :value="3" label="最近3天"></el-option>
|
||||||
</el-select>
|
</el-select>
|
||||||
</div>
|
</div>
|
||||||
<canvas id="hourlyMessageTrendChart" width="800" height="150"></canvas>
|
|
||||||
</div>
|
</div>
|
||||||
|
<div class="chart-container" style="height: 300px; width: 100%;">
|
||||||
|
<canvas id="hourlyMessageTrendChart"></canvas>
|
||||||
|
</div>
|
||||||
</el-card>
|
</el-card>
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
@@ -692,16 +693,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.chart-container {
|
.chart-container {
|
||||||
margin-bottom: 20px;
|
|
||||||
padding: 10px;
|
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.chart-container h3 {
|
.chart-container h3 {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
margin-bottom: 10px;
|
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
color: #606266;
|
color: #606266;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user