From 525dfb4adc6afd6f6a256150a451a3420588fa8d Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周三, 03 12月 2025 11:39:19 +0800
Subject: [PATCH] 消警处理
---
yiqi_screen/src/App.vue | 19 +++++++++++--------
1 files changed, 11 insertions(+), 8 deletions(-)
diff --git a/yiqi_screen/src/App.vue b/yiqi_screen/src/App.vue
index 6eaa3c2..e5cb343 100644
--- a/yiqi_screen/src/App.vue
+++ b/yiqi_screen/src/App.vue
@@ -19,14 +19,17 @@
</script>
<style>
-html,body{
- width:100%;
- height:100%;
- overflow: hidden;
- /* font-size: 80px !important; */
- background-image: url('~@/assets/images/bg.png');
-}
-
+ html, body {
+ font-size: 79.5833px !important;
+ width: 1910px;
+ height: 1070px;
+ /* width:100%; */
+ /* height:100%; */
+ overflow: hidden;
+ background-color: #00083b;
+ /* font-size: 80px !important; */
+ /* background-image: url('~@/assets/images/bg.png'); */
+ }
*{
margin:0;
padding: 0;
--
Gitblit v1.9.3