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

View File

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

View File

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

View File

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

View File

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