update 产品质量分析样式

This commit is contained in:
lb
2023-09-20 09:11:31 +08:00
parent 71bcd14c72
commit e0cc022e34
2 changed files with 13 additions and 13 deletions

View File

@@ -19,7 +19,7 @@
v-model="activeName"
:stretch="true"
@tab-click="handleTabClick">
<el-tab-pane label="数据列表" name="table">
<el-tab-pane :label="'数据列表'" name="table">
<!-- 列表 -->
<base-table
:table-props="tableProps"
@@ -28,7 +28,7 @@
:table-data="list"
@emitFun="handleEmitFun"></base-table>
</el-tab-pane>
<el-tab-pane label="柱状图" name="graph">
<el-tab-pane :label="'\u3000柱状图\u3000'" name="graph">
<div v-if="activeName == 'graph'" class="graph" style="height: 40vh; display: flex; flex-direction: column;">
<div class="blue-title">各设备加工数量</div>
<LineChart :list="list" />
@@ -373,8 +373,8 @@ export default {
}
.el-tabs__item {
padding-left: 8px !important;
padding-right: 8px !important;
padding-left: 0 !important;
padding-right: 0 !important;
line-height: 36px !important;
height: 36px;
}