🔖 升级版本.

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

@@ -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',