This commit is contained in:
bb_pan 2025-11-25 18:01:51 +08:00
parent 8eb6af48dd
commit 9ca4833ee5
6 changed files with 17 additions and 8 deletions

View File

@ -78,6 +78,10 @@ export default {
color: ['#69A6C9', '#7DDBBA', '#6DD48C'],
tooltip: {
trigger: 'item',
backgroundColor: '#0E1835',
textStyle: {
color: '#fff'
},
},
series: [
{

View File

@ -4,7 +4,7 @@
v-if="dialogVisible"
v-loading="isLoading"
:visible.sync="dialogVisible"
width="36%"
width="50%"
:modal="false"
class="dlg-box"
>
@ -13,7 +13,7 @@
<i class="close-btn" @click="dialogVisible = false" />
<div class="dlg-title">总价值</div>
<div ref="category" style="height: 300px"></div>
<div ref="category" style="height: 600px"></div>
</div>
</el-dialog>
</div>
@ -110,6 +110,7 @@ export default {
::v-deep .el-dialog .el-dialog__body {
background-image: url('../../img/right-dialog.png');
background-size: 100% 100%;
height: 800px;
color: #fff;
}
::v-deep .el-dialog__header {

View File

@ -218,8 +218,7 @@ export default {
}
.table-list {
margin-top: 0px;
/* height: 238px; */
height: 27.6vh;
max-height: 200px;
overflow: auto;
}
.topView {

View File

@ -312,7 +312,7 @@ export default {
animationEasingUpdate: 'cubicInOut', // [ default: cubicInOut ]
},
label: {
show: true,
show: false,
color: '#FFF',
position: 'top',
fontSize: 18,

View File

@ -79,6 +79,10 @@ export default {
color: pieColors, //
tooltip: {
trigger: 'item',
backgroundColor: '#0E1835',
textStyle: {
color: '#fff'
},
},
//
// legend: {

View File

@ -4,7 +4,7 @@
v-if="dialogVisible"
v-loading="isLoading"
:visible.sync="dialogVisible"
width="36%"
width="45%"
:modal="false"
class="dlg-box"
>
@ -13,7 +13,7 @@
<i class="close-btn" @click="dialogVisible = false" />
<div class="dlg-title">总价值</div>
<div ref="category" style="height: 300px"></div>
<div ref="category" style="height: 600px"></div>
</div>
</el-dialog>
</div>
@ -110,6 +110,7 @@ export default {
::v-deep .el-dialog .el-dialog__body {
background-image: url('../../img/right-dialog.png');
background-size: 100% 100%;
height: 800px;
color: #fff;
}
::v-deep .el-dialog__header {