From e195ba82e6e1f3b0ff0b45207083b05a5a298788 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=B4=AA=E8=B6=85?= <943480861@qq.com> Date: Thu, 25 May 2023 10:51:37 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A9=BA=E6=B0=94=E7=9B=92=E5=AD=90=E9=AB=98?= =?UTF-8?q?=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/view/device-detail/ait-box.vue | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/view/device-detail/ait-box.vue b/src/view/device-detail/ait-box.vue index b14fd0e..d842659 100644 --- a/src/view/device-detail/ait-box.vue +++ b/src/view/device-detail/ait-box.vue @@ -23,6 +23,15 @@ import router from "@/router"; background-size: contain; height: 100vh; width: 100vw; + //智慧屏标题 + .zhp-title { + height: 94px; + align-items: center; + justify-content: center; + display: flex; + width: 100vw; + position: relative; + } //智慧屏返回键 .leftImg { width: 48px;