mirror of
https://gitee.com/xiangheng/x_admin.git
synced 2025-10-11 02:51:01 +08:00
优化
This commit is contained in:
@@ -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"
|
||||
|
@@ -18,5 +18,8 @@
|
||||
{
|
||||
"path": ".workflow"
|
||||
}
|
||||
]
|
||||
],
|
||||
"settings": {
|
||||
"liveServer.settings.multiRootWorkspaceName": "admin"
|
||||
}
|
||||
}
|
@@ -609,7 +609,6 @@ const docTemplate = `{
|
||||
"parameters": [
|
||||
{
|
||||
"type": "string",
|
||||
"default": "{{Token}}",
|
||||
"description": "token",
|
||||
"name": "Token",
|
||||
"in": "header",
|
||||
|
@@ -603,7 +603,6 @@
|
||||
"parameters": [
|
||||
{
|
||||
"type": "string",
|
||||
"default": "{{Token}}",
|
||||
"description": "token",
|
||||
"name": "Token",
|
||||
"in": "header",
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user