From c12e1eb4beb6168f8e5eadf43bfb76f8e2b6dcc3 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期一, 22 七月 2024 18:05:30 +0800 Subject: [PATCH] 工单样式调整 --- src/views/screen/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/screen/index.vue b/src/views/screen/index.vue index 2d85420..4de83dc 100644 --- a/src/views/screen/index.vue +++ b/src/views/screen/index.vue @@ -35,10 +35,10 @@ -webkit-user-select: none; } .screen { - background: url('../../assets/images/screen/pageBg1.jpg') !important; + //background: url('../../assets/images/screen/pageBg1.jpg') !important; background-size: cover !important; background-repeat: no-repeat !important; background-position: center center !important; } -</style> \ No newline at end of file +</style> -- Gitblit v1.8.0