Skip to content

Commit f567ce8

Browse files
author
pixel
committed
仪表盘细节调整
1 parent fa50c11 commit f567ce8

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

web/src/view/dashboard/index.vue

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ export default {
172172
padding-top: 0;
173173
background-color: rgb(243,243,243);;
174174
.top{
175-
width: 98%;
175+
width: 100%;
176176
height: 360px;
177177
margin-top: 20px;
178178
overflow: hidden;
@@ -185,7 +185,7 @@ export default {
185185
}
186186
}
187187
.mid{
188-
width: 98%;
188+
width: 100%;
189189
height: 380px;
190190
.chart-wrapper {
191191
height: 340px;
@@ -195,9 +195,12 @@ export default {
195195
}
196196
}
197197
.bottom{
198-
width: 97%;
198+
width: 100%;
199199
height: 300px;
200200
margin: 20px 0;
201+
.el-row{
202+
margin-right: 4px !important;
203+
}
201204
.chart-player{
202205
width: 100%;
203206
height: 270px;

0 commit comments

Comments
 (0)