|
@@ -28,7 +28,7 @@ export default {
|
|
|
oddRowBGC: '#0f1325', //奇数行
|
|
|
evenRowBGC: '#171c33', //偶数行
|
|
|
index: true,
|
|
|
- columnWidth: [45,110,80,80,200,200,100],
|
|
|
+ columnWidth: [45,110,80,70,280,280,100],
|
|
|
align: ['center']
|
|
|
}
|
|
|
}
|
|
@@ -54,7 +54,8 @@ $box-width: 100%;
|
|
|
height: $box-height - 50px;
|
|
|
border-radius: 10px;
|
|
|
.dv-scr-board {
|
|
|
- width: 48rem;
|
|
|
+
|
|
|
+ width: 100%;
|
|
|
height: 320px;
|
|
|
// border: #f00 0.1333vw solid;
|
|
|
}
|