|
@@ -4,6 +4,9 @@ html,body{
|
|
|
overflow: hidden;
|
|
|
background-color: #000;
|
|
|
}
|
|
|
+[v-cloak] {
|
|
|
+ opacity: 0;
|
|
|
+}
|
|
|
.mask-report{
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
@@ -95,7 +98,7 @@ html,body{
|
|
|
.r-content .role-bg{
|
|
|
position: absolute;
|
|
|
left: 0;
|
|
|
-
|
|
|
+
|
|
|
}
|
|
|
.r-content .role-bg > img{
|
|
|
display: block;
|
|
@@ -243,7 +246,7 @@ html,body{
|
|
|
}
|
|
|
.canvas-img{
|
|
|
display: block;
|
|
|
- width: 100%;
|
|
|
+ width: 100%;
|
|
|
height: 100%;
|
|
|
object-fit: scale-down;
|
|
|
}
|
|
@@ -291,4 +294,4 @@ html,body{
|
|
|
}
|
|
|
.mask-report-active .r-bottom{
|
|
|
padding: 0 0.3rem;
|
|
|
-} */
|
|
|
+} */
|