From df48216098748d6d66856237d1833f8d8eb068bc Mon Sep 17 00:00:00 2001 From: Mr.Shi <1878285526@qq.com> Date: 星期二, 22 八月 2023 14:58:50 +0800 Subject: [PATCH] 大屏 --- screen_standard/src/components/AppLayout.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/screen_standard/src/components/AppLayout.vue b/screen_standard/src/components/AppLayout.vue index ad01b2c..0b8a6b7 100644 --- a/screen_standard/src/components/AppLayout.vue +++ b/screen_standard/src/components/AppLayout.vue @@ -167,10 +167,10 @@ background-position: center; background-size: 100% 100%; background-repeat: no-repeat; - width: 100%; - height: 100%; + // width: 100%; + // height: 100%; padding: 30px; - overflow-y: scroll; + // overflow-y: scroll; box-sizing: border-box; .header { background-image: url('@/assets/img/bg_maintitle@2x.png'); -- Gitblit v1.9.3