移除主页快捷加减分取消按钮

This commit is contained in:
JSR
2026-03-18 20:54:14 +08:00
parent 2edeb1ba2f
commit 5112c81736
-16
View File
@@ -620,22 +620,6 @@ export const Home: React.FC<{ canEdit: boolean }> = ({ canEdit }) => {
>
-1
</Button>
<Button
size="small"
onClick={(e) => {
e.stopPropagation()
setQuickActionStudentId(null)
}}
style={{
width: "36px",
height: "36px",
borderRadius: "18px",
paddingInline: 0,
fontWeight: 700,
}}
>
×
</Button>
</div>
) : (
<>