mirror of
http://112.124.100.131/ebiz-ai/ebiz-ai-knowledge-manage.git
synced 2025-12-06 17:36:48 +08:00
style(intelligent-agent): 优化日志总览页面样式
-为 echarts 组件添加背景色和圆角样式 -调整 logs 组件和 overview组件的样式 - 修正 overview 组件的文件名拼写错误 - 在 index.vue 中移除 tabs-body 的 padding 样式
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div>
|
||||
<div style="background: #f0f4fa;border-radius: 8px" class="mv10 p10">
|
||||
<div :id="echartsId" style="width: 100%;height: 100%"></div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div>
|
||||
<div class="p10">
|
||||
<el-form ref="form" label-position="top" inline>
|
||||
<el-form-item label="时间" prop="time">
|
||||
<el-select size="medium" v-model="form.time"></el-select>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div>
|
||||
<div class="p10">
|
||||
<el-select v-model="times" style="width: 200px" size="medium">
|
||||
<el-option
|
||||
v-for="item in options"
|
||||
@@ -14,7 +14,7 @@
|
||||
<REcharts
|
||||
v-for="item in list"
|
||||
:options="item.options"
|
||||
style="width: 50%;height: 300px"
|
||||
style="width: calc(50% - 10px);height: 300px"
|
||||
></REcharts>
|
||||
</div>
|
||||
</div>
|
||||
@@ -21,7 +21,7 @@
|
||||
</template>
|
||||
<script>
|
||||
import logs from '@/views/intelligent-agent/children/Logs&overview/components/logs.vue'
|
||||
import overview from '@/views/intelligent-agent/children/Logs&overview/components/overveiw.vue'
|
||||
import overview from '@/views/intelligent-agent/children/Logs&overview/components/overview.vue'
|
||||
import * as echarts from 'echarts'
|
||||
export default {
|
||||
name: 'index',
|
||||
@@ -89,6 +89,6 @@ export default {
|
||||
}
|
||||
}
|
||||
.tabs-body {
|
||||
padding: 15px 0;
|
||||
//padding: 15px 0;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user