This commit is contained in:
xiangheng
2024-07-05 10:56:58 +08:00
parent abdbfcacc1
commit 4eca0aa5f0
6 changed files with 79 additions and 79 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div class="code-preview">
<el-dialog v-model="show" width="95%" title="代码预览">
<el-container style="height: 75vh">
<el-dialog v-model="show" width="95%" title="代码预览" top="10px" draggable>
<el-container style="height: calc(100vh - 170px)">
<el-aside
width="400px"
style="padding: 10px 0; margin-right: 20px; border: 1px solid #dcdfe6"

View File

@@ -18,5 +18,8 @@
{
"path": ".workflow"
}
]
],
"settings": {
"liveServer.settings.multiRootWorkspaceName": "admin"
}
}

View File

@@ -609,7 +609,6 @@ const docTemplate = `{
"parameters": [
{
"type": "string",
"default": "{{Token}}",
"description": "token",
"name": "Token",
"in": "header",

View File

@@ -603,7 +603,6 @@
"parameters": [
{
"type": "string",
"default": "{{Token}}",
"description": "token",
"name": "Token",
"in": "header",

View File

@@ -605,8 +605,7 @@ paths:
/api/admin/flow/flow_history/detail:
get:
parameters:
- default: '{{Token}}'
description: token
- description: token
in: header
name: Token
required: true