diff --git a/src/views/view.vue b/src/views/view.vue index 3dc70d9..8f18827 100644 --- a/src/views/view.vue +++ b/src/views/view.vue @@ -27,7 +27,7 @@ 健康证 - +
@@ -66,7 +66,7 @@ -
+
AI巡检记录
@@ -80,7 +80,7 @@
-
+
证照公示
@@ -591,7 +591,7 @@ export default { background-image: url("../assets/images/background.jpg"); background-size: cover; /* 覆盖整个div */ background-position: center; /* 图片居中 */ - // overflow-y: auto; /* 仅垂直滚动 */ + overflow-y: auto; /* 仅垂直滚动 */ display: flex; width: 100%; justify-content: center; /* 水平居中 */ @@ -638,6 +638,7 @@ export default { } .titlediv2{ display: flex; + height: 1%; width: 100%; justify-content: center; /* 水平居中 */ align-items: flex-start; /* 垂直靠上 */