更新 ForkWorkflowDialog.vue

This commit is contained in:
jxxghp
2025-07-09 11:28:02 +08:00
committed by GitHub
parent 0067dc6be3
commit 1c50fa228e

View File

@@ -309,7 +309,7 @@ async function doDelete() {
@media screen and (width <= 600px) {
.workflow-preview {
block-size: 240px;
inline-size: 320px;
inline-size: 240px;
}
}
</style>