|
@@ -339,6 +339,12 @@ export default {
|
|
|
left: 0;
|
|
|
object-fit: cover; /* 使视频自适应填充 */
|
|
|
}
|
|
|
+
|
|
|
+#reader video {
|
|
|
+ width: 100% !important;
|
|
|
+ height: 100% !important;
|
|
|
+ object-fit: cover;
|
|
|
+}
|
|
|
// #reader__dashboard_section_cameras,
|
|
|
// #reader__dashboard_section_swaplink,
|
|
|
// #reader__header_message,
|