发布功能可以 存草靠

This commit is contained in:
yml2213
2026-05-23 10:47:41 +08:00
parent 7a52cecf8c
commit ce554432c2
2 changed files with 215 additions and 61 deletions
@@ -431,15 +431,32 @@
font-weight: 800;
}
.publish-actions {
display: grid;
grid-template-columns: 92px minmax(0, 1fr);
gap: 10px;
margin-top: 8px;
}
.reset-btn,
.submit-btn {
height: 44px;
margin-top: 8px;
width: 100%;
border: none !important;
background: #ff6a00 !important;
font-size: 15px;
font-weight: 700;
}
.reset-btn {
border: 1px solid #d7dce3 !important;
background: #fff !important;
color: #4b5563 !important;
}
.submit-btn {
background: #ff6a00 !important;
}
.bottom-nav {
position: fixed;
left: 0;