From f90be871356e2b7e2f13ee2d69effc8bd5802458 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期五, 26 七月 2024 11:23:22 +0800 Subject: [PATCH] 工单下发明显展示点位为重点点位、下发人、下发时间 --- src/views/screen/index.vue | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/views/screen/index.vue b/src/views/screen/index.vue index 26ed82b..c90f503 100644 --- a/src/views/screen/index.vue +++ b/src/views/screen/index.vue @@ -35,10 +35,11 @@ -webkit-user-select: none; } .screen { - background: url('../../assets/images/screen/pageBg1.jpg') !important; - background-size: cover !important; - background-repeat: no-repeat !important; - background-position: center center !important; + background-color: #033c76 !important; + //background: url('../../assets/images/screen/pageBg1.jpg') !important; + //background-size: cover !important; + //background-repeat: no-repeat !important; + //background-position: center center !important; } </style> -- Gitblit v1.8.0