From 19b415a1aa36dc70e5546b0fdeefa6a39570f19b Mon Sep 17 00:00:00 2001 From: liuying <1427574514@qq.com> Date: 周日, 10 11月 2024 09:07:50 +0800 Subject: [PATCH] 大屏整改 --- yiqi_screen/src/App.vue | 18 ++++++++++-------- 1 files changed, 10 insertions(+), 8 deletions(-) diff --git a/yiqi_screen/src/App.vue b/yiqi_screen/src/App.vue index 6eaa3c2..a6ed6a2 100644 --- a/yiqi_screen/src/App.vue +++ b/yiqi_screen/src/App.vue @@ -19,14 +19,16 @@ </script> <style> -html,body{ - width:100%; - height:100%; - overflow: hidden; - /* font-size: 80px !important; */ - background-image: url('~@/assets/images/bg.png'); -} - + html, body { + 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