From ad65280d10217df22b9812293c70ab2726c13bd8 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期三, 27 十一月 2024 10:35:15 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.11.205:9000/r/se-cloud --- se-index/src/components/door.vue | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/se-index/src/components/door.vue b/se-index/src/components/door.vue index 85265bc..bc38c8c 100644 --- a/se-index/src/components/door.vue +++ b/se-index/src/components/door.vue @@ -37,7 +37,7 @@ }, { name: "鍒嗙郴缁熺姸鎬佺洃鎺�", - url: "" + url: "/home/ConditionMonitoring" } ] }, @@ -90,10 +90,12 @@ padding: 0 60px; display: flex; justify-content: space-between; + height: 100%; .item { width: 554px; - height: 830px; + height: 90%; background: url("../assets/img/home/door_bg.png"); + background-size: 100% 100%; .title { position: relative; font-family: Source Han Sans SC; -- Gitblit v1.9.3