证照公示
@@ -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; /* 垂直靠上 */