We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49683dd commit 7ada323Copy full SHA for 7ada323
src/components/viewer/OperationSetViewer.tsx
@@ -259,7 +259,7 @@ function OperationSetViewerInnerDetails({
259
<H5 className="mb-4 text-slate-600">
260
作业列表({operationSet.copilotIds.length})
261
</H5>
262
- <div className="flex flex-col mb-4">
+ <div className="flex flex-col mb-4 max-w-screen-2xl">
263
<OperationList operationIds={operationSet.copilotIds} />
264
</div>
265
0 commit comments