fix(web): 审稿页右栏去掉冲突列表 flex-1,四审聚合消除约 400px 死白
This commit is contained in:
@@ -281,7 +281,7 @@ export function ReviewReport({
|
|||||||
/>
|
/>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section className="flex-1">
|
<section>
|
||||||
{conflicts.length === 0 ? (
|
{conflicts.length === 0 ? (
|
||||||
<p className="rounded border border-dashed border-line p-4 text-xs text-ink-soft">
|
<p className="rounded border border-dashed border-line p-4 text-xs text-ink-soft">
|
||||||
{review.state.phase === "done" || seededConflicts.length === 0
|
{review.state.phase === "done" || seededConflicts.length === 0
|
||||||
|
|||||||
Reference in New Issue
Block a user