fix:提交修改信息

This commit is contained in:
2026-07-01 17:58:01 +08:00
parent d6855c9f5c
commit a0ee3a21cd
9 changed files with 215 additions and 46 deletions
+24
View File
@@ -606,6 +606,30 @@ html, body, #root {
gap: 12px;
}
.partner-store-name-list-header {
padding-bottom: 4px !important;
border-bottom: 1px solid rgba(226, 190, 188, 0.15);
}
.partner-store-name-list--compact li {
padding: 4px 0;
}
.partner-pending-stores {
margin-bottom: 12px;
padding-bottom: 12px;
border-bottom: 1px solid rgba(226, 190, 188, 0.15);
}
.partner-field-input--block {
width: 100%;
padding: 0 16px;
min-height: 48px;
border: 1px solid rgba(226, 190, 188, 0.3);
border-radius: 8px;
background: var(--color-background);
}
.partner-leaderboard-section {
padding-top: 12px;
}