⚡ 格式化代码.
This commit is contained in:
@@ -156,7 +156,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
.preference-containers{
|
||||
.preference-containers {
|
||||
padding: 0 16px;
|
||||
}
|
||||
|
||||
|
||||
@@ -5,9 +5,9 @@
|
||||
<div class="tab-bar-scroll">
|
||||
<div class="tags-wrap">
|
||||
<tab-item v-for="(tag, index) in tagList"
|
||||
:key="tag.fullPath"
|
||||
:index="index"
|
||||
:item-data="tag" />
|
||||
:key="tag.fullPath"
|
||||
:index="index"
|
||||
:item-data="tag" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="tag-bar-operation"></div>
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
import type { ExecType, ILogAppender, LogAddons, LogAppenderConf, LogDomRef } from '../const';
|
||||
import { LogAppenderOptions } from '../const';
|
||||
import type { ExecLogTailRequest } from '@/api/exec/exec-log';
|
||||
import { openExecLogChannel } from '@/api/exec/exec-log';
|
||||
import { getExecCommandLogTailToken } from '@/api/exec/exec-command-log';
|
||||
import { getExecJobLogTailToken } from '@/api/job/exec-job-log';
|
||||
import { LogAppenderOptions } from '../const';
|
||||
import { Message } from '@arco-design/web-vue';
|
||||
import { useDebounceFn } from '@vueuse/core';
|
||||
import { addEventListen, removeEventListen } from '@/utils/event';
|
||||
|
||||
@@ -3,13 +3,7 @@ import { use } from 'echarts/core';
|
||||
import QueryHeader from '@dangojs/a-query-header';
|
||||
import { CanvasRenderer } from 'echarts/renderers';
|
||||
import { BarChart, LineChart, PieChart, RadarChart } from 'echarts/charts';
|
||||
import {
|
||||
GridComponent,
|
||||
TooltipComponent,
|
||||
LegendComponent,
|
||||
DataZoomComponent,
|
||||
GraphicComponent,
|
||||
} from 'echarts/components';
|
||||
import { DataZoomComponent, GraphicComponent, GridComponent, LegendComponent, TooltipComponent, } from 'echarts/components';
|
||||
import Breadcrumb from './app/breadcrumb/index.vue';
|
||||
import Chart from './view/chart/index.vue';
|
||||
import CardList from './view/card-list/index.vue';
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import type { IFileUploader, ResponseMessageBody } from './const';
|
||||
import type { FileItem } from '@arco-design/web-vue';
|
||||
import { openFileUploadChannel } from '@/api/system/upload';
|
||||
import type { IFileUploader, ResponseMessageBody } from './const';
|
||||
import { UploadOperatorType, UploadReceiverType } from './const';
|
||||
import { openFileUploadChannel } from '@/api/system/upload';
|
||||
|
||||
// 512 KB
|
||||
export const PART_SIZE = 512 * 1024;
|
||||
|
||||
Reference in New Issue
Block a user