|
|
@@ -218,8 +218,8 @@ export default {
|
|
|
top: 0;
|
|
|
left: 0;
|
|
|
z-index: 0;
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
+ width: 100% !important;
|
|
|
+ height: 100% !important;
|
|
|
color: #dedede;
|
|
|
}
|
|
|
|
|
|
@@ -227,8 +227,8 @@ export default {
|
|
|
position: absolute;
|
|
|
top: 0;
|
|
|
left: 0;
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
+ width: 100% !important;
|
|
|
+ height: 100% !important;
|
|
|
stroke: rgba(212, 112, 100, 20%);
|
|
|
}
|
|
|
}
|