🔖 升级版本.

This commit is contained in:
lijiahang
2024-08-08 10:14:39 +08:00
parent 70e7b1d544
commit 7109e89fb4
15 changed files with 35 additions and 36 deletions

View File

@@ -1,6 +1,6 @@
VITE_API_BASE_URL= 'http://127.0.0.1:9200/orion-visor/api'
VITE_WS_BASE_URL= 'ws://127.0.0.1:9200/orion-visor/keep-alive'
VITE_APP_VERSION= '2.1.2'
VITE_APP_VERSION= '2.1.3'
VITE_APP_RELEASE= 'community'
VITE_SFTP_PREVIEW_MB= 2
VITE_DEMO_MODE= false

View File

@@ -1,6 +1,6 @@
VITE_API_BASE_URL= '/orion-visor/api'
VITE_WS_BASE_URL= '/orion-visor/keep-alive'
VITE_APP_VERSION= '2.1.2'
VITE_APP_VERSION= '2.1.3'
VITE_APP_RELEASE= 'community'
VITE_SFTP_PREVIEW_MB= 2
VITE_DEMO_MODE= false

View File

@@ -1,7 +1,7 @@
{
"name": "orion-visor-ui",
"description": "Orion Visor UI",
"version": "2.1.2",
"version": "2.1.3",
"private": true,
"author": "Jiahang Li",
"license": "Apache 2.0",

View File

@@ -17,7 +17,7 @@
<a-form class="terminal-setting-form"
:model="formModel"
layout="vertical">
<a-space>
<a-space size="large">
<!-- 顶部操作按钮 -->
<a-form-item field="actions" label="顶部操作按钮">
<icon-actions class="form-item-actions"
@@ -27,7 +27,6 @@
<!-- 命令输入框 -->
<a-form-item field="commandInput" label="命令输入框">
<a-switch v-model="formModel.commandInput"
class="form-item-command-input"
:default-checked="true"
type="round" />
</a-form-item>
@@ -107,8 +106,8 @@
}
}
.form-item-actions, .form-item-command-input {
margin-right: 48px;
.form-item-actions {
margin-right: 24px;
}
:deep(.arco-form) {