auto-sync: 2026-05-20 22:12:56
This commit is contained in:
@@ -456,7 +456,7 @@ export default function EdictBoard() {
|
||||
</div>
|
||||
|
||||
{/* 第 1 行:项目切换 + 归档控制 */}
|
||||
<div style={{ display: 'flex', alignItems: 'center', gap: 6, marginBottom: 8 }}>
|
||||
<div style={{ display: 'flex', alignItems: 'center', gap: 6, marginBottom: 8, position: 'relative' }}>
|
||||
<select
|
||||
value={selectedProjectId || ''}
|
||||
onChange={(e) => setSelectedProjectId(e.target.value || '')}
|
||||
|
||||
Reference in New Issue
Block a user