顶部底部自适应

This commit is contained in:
2025-07-15 09:18:11 +08:00
parent d3c8ffaeb1
commit fe1a07f56a
2 changed files with 4 additions and 2 deletions

View File

@@ -913,7 +913,8 @@
display: flex;
flex-direction: row;
align-items: center;
width: var(--max-width);
max-width: var(--max-width);
width: 100%;
}
.orico_Page_index .pageMain .oricofixd-info .ofiinfo {