优化发布等各种状态

This commit is contained in:
yml2213
2026-05-23 15:52:44 +08:00
parent f2492d5e40
commit b101415e9d
25 changed files with 368 additions and 70 deletions
@@ -1,7 +1,10 @@
.mobile-publish {
width: 100%;
min-width: 0;
min-height: 100dvh;
background: #f4f6f8;
padding-bottom: 56px;
overflow-x: hidden;
}
.page-header {
@@ -528,18 +531,22 @@
bottom: 0;
z-index: 100;
display: flex;
width: 100%;
height: 50px;
box-sizing: border-box;
background: #fff;
border-top: 1px solid #eee;
}
.nav-item {
flex: 1;
flex: 0 0 20%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 2px;
min-width: 0;
height: 50px;
color: #999;
font-size: 10px;
text-decoration: none;