样式调整

This commit is contained in:
pan
2024-09-02 13:34:05 +08:00
parent a04e154f94
commit 0dae5b346b
4 changed files with 67 additions and 11 deletions

View File

@@ -134,7 +134,7 @@ export default {
},
getList() {
this.loading = true
this.$set(this.queryParams,"createById", this.$store.getters.userId)
this.$set(this.queryParams,"receiverId", this.$store.getters.userId)
listMessage(this.queryParams).then(response => {
this.total = response?.total
this.tableList = response?.rows || []

View File

@@ -1,7 +1,7 @@
<template>
<div class="app-container" v-loading="pageloading">
<el-row :gutter="20">
<el-col :span="12">
<el-row :gutter="24">
<el-col :span="8">
<el-card>
<div slot="header" class="clearfix"><span class="tline">工具类别统计</span></div>
<!-- -->
@@ -17,7 +17,7 @@
</div>
</el-card><!--el-card-->
</el-col><!--el-col-->
<el-col :span="12">
<el-col :span="8">
<el-card>
<div slot="header" class="clearfix"><span class="tline">工具状态统计</span></div>
<div class="tjbox2" v-if="isPieChart">
@@ -33,10 +33,7 @@
</div>
</el-card><!--el-card-->
</el-col><!--el-col-->
</el-row><!--el-row-->
<el-row :gutter="20">
<el-col :span="12">
<el-col :span="8">
<el-card>
<div slot="header" class="clearfix"><span class="tline">工具来源统计</span></div>
<div class="tjbox2" v-if="isPieChart">
@@ -51,7 +48,7 @@
</div>
</el-card><!--el-card-->
</el-col><!--el-col-->
</el-row>
</el-row><!--el-row-->
<el-row :gutter="20">
<el-col :span="24">
<el-card>

View File

@@ -1,5 +1,5 @@
<template>
<main-component ref="mainComponent" :code="code" :data="data" @close="handleCloseChange"></main-component>
<main-component ref="mainComponent" :code="code" :data="data" @close="handleCloseChange" class="iframe-drawer"></main-component>
</template>
<script>