🔖 升级版本.

This commit is contained in:
lijiahangmax
2025-01-19 18:56:02 +08:00
parent 5389334304
commit 5ecb476be5
15 changed files with 16 additions and 20 deletions

View File

@@ -3,4 +3,4 @@ VITE_API_BASE_URL=http://127.0.0.1:9200/orion-visor/api
# websocket 路径
VITE_WS_BASE_URL=ws://127.0.0.1:9200/orion-visor/keep-alive
# 版本号
VITE_APP_VERSION=2.2.3
VITE_APP_VERSION=2.3.0

View File

@@ -3,4 +3,4 @@ VITE_API_BASE_URL=/orion-visor/api
# websocket 路径
VITE_WS_BASE_URL=/orion-visor/keep-alive
# 版本号
VITE_APP_VERSION=2.2.3
VITE_APP_VERSION=2.3.0

View File

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

View File

@@ -1,5 +1,5 @@
<template>
<div class="layout-container exec-container">
<div class="layout-container full">
<!-- 执行面板 -->
<div v-show="!logVisible" class="panel-wrapper">
<exec-command-panel @submit="openLog" />
@@ -73,15 +73,10 @@
<style lang="less" scoped>
.exec-container {
width: 100%;
height: calc(100vh - 92px);
}
.panel-wrapper {
width: 100%;
height: 100%;
position: relative;
height: calc(100vh - 124px);
}
</style>

View File

@@ -21,6 +21,7 @@ const columns = [
slotName: 'command',
align: 'left',
minWidth: 238,
ellipsis: true,
}, {
title: '执行用户',
dataIndex: 'username',