We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa50c11 commit f567ce8Copy full SHA for f567ce8
web/src/view/dashboard/index.vue
@@ -172,7 +172,7 @@ export default {
172
padding-top: 0;
173
background-color: rgb(243,243,243);;
174
.top{
175
- width: 98%;
+ width: 100%;
176
height: 360px;
177
margin-top: 20px;
178
overflow: hidden;
@@ -185,7 +185,7 @@ export default {
185
}
186
187
.mid{
188
189
height: 380px;
190
.chart-wrapper {
191
height: 340px;
@@ -195,9 +195,12 @@ export default {
195
196
197
.bottom{
198
- width: 97%;
199
height: 300px;
200
margin: 20px 0;
201
+ .el-row{
202
+ margin-right: 4px !important;
203
+ }
204
.chart-player{
205
width: 100%;
206
height: 270px;
0 commit comments