Skip to content

Commit 7ada323

Browse files
committed
feat: restrict width of operation list in operation set viewer
1 parent 49683dd commit 7ada323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/viewer/OperationSetViewer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ function OperationSetViewerInnerDetails({
259259
<H5 className="mb-4 text-slate-600">
260260
作业列表({operationSet.copilotIds.length})
261261
</H5>
262-
<div className="flex flex-col mb-4">
262+
<div className="flex flex-col mb-4 max-w-screen-2xl">
263263
<OperationList operationIds={operationSet.copilotIds} />
264264
</div>
265265
</div>

0 commit comments

Comments
 (0)