feat: 完善一级关系编辑 UI 与视图体验

This commit is contained in:
2026-08-06 18:15:14 +08:00
parent 57d75541c3
commit eef9efcc1e
29 changed files with 3907 additions and 178 deletions
+1 -1
View File
@@ -7062,7 +7062,7 @@ class WindowActionMixin:
target_logical_id = self._edit_target_logical_id(target_kind, target_id)
result_deflection = float(getattr(self, "edit_result_deflection", 1.6))
if operation_name == "拉伸/切除平面":
result_deflection = max(result_deflection, 2.4)
result_deflection = max(result_deflection, 0.35)
context = {
"operation_name": operation_name,
"target": target,