调整展示
This commit is contained in:
@@ -632,6 +632,7 @@ export default {
|
||||
timeFrame: 'Time Range',
|
||||
nullTip:'There are no statistical data within this time range',
|
||||
kpiTitle:'KPI Statistics Chart',
|
||||
allData:'Complete Data',
|
||||
}
|
||||
},
|
||||
traceManage: {
|
||||
|
||||
@@ -632,6 +632,7 @@ export default {
|
||||
timeFrame:'时间范围',
|
||||
nullTip:'此时间范围内没有统计数据',
|
||||
kpiTitle:'KPI统计图表',
|
||||
allData:'完整统计数据',
|
||||
}
|
||||
},
|
||||
traceManage: {
|
||||
|
||||
@@ -174,7 +174,7 @@ function fnDesign() {
|
||||
selected: hideAllArr,
|
||||
},
|
||||
grid: {
|
||||
left: '5%',
|
||||
left: '10%',
|
||||
right: '5%',
|
||||
bottom: '20%',
|
||||
},
|
||||
@@ -253,15 +253,13 @@ onMounted(() => {
|
||||
<template>
|
||||
<PageContainer>
|
||||
<a-row :gutter="16">
|
||||
<a-col :span="9">
|
||||
<a-col :span="8">
|
||||
<!-- 命令导航 -->
|
||||
<a-card
|
||||
size="small"
|
||||
:bordered="false"
|
||||
>
|
||||
<a-form name="queryParamsFrom" layout="horizontal">
|
||||
<a-row :gutter="16">
|
||||
<a-col :lg="12" :md="12" :xs="24">
|
||||
<a-form-item
|
||||
name="neType"
|
||||
:label="t('views.traceManage.task.neType')"
|
||||
@@ -274,8 +272,6 @@ onMounted(() => {
|
||||
:placeholder="t('common.selectPlease')"
|
||||
/>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
</a-row>
|
||||
|
||||
<a-form-item
|
||||
:label="t('views.perfManage.goldTarget.timeFrame')"
|
||||
@@ -331,7 +327,7 @@ onMounted(() => {
|
||||
</a-form>
|
||||
</a-card>
|
||||
</a-col>
|
||||
<a-col :span="15">
|
||||
<a-col :span="16">
|
||||
<a-card :bordered="false" :body-style="{ marginBottom: '24px' }">
|
||||
<!-- 插槽-卡片左侧侧 -->
|
||||
<template #title>{{ t('views.perfManage.goldTarget.kpiTitle') }}</template>
|
||||
|
||||
Reference in New Issue
Block a user