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;