This commit is contained in:
parent
8eb6af48dd
commit
9ca4833ee5
|
|
@ -78,6 +78,10 @@ export default {
|
|||
color: ['#69A6C9', '#7DDBBA', '#6DD48C'],
|
||||
tooltip: {
|
||||
trigger: 'item',
|
||||
backgroundColor: '#0E1835',
|
||||
textStyle: {
|
||||
color: '#fff'
|
||||
},
|
||||
},
|
||||
series: [
|
||||
{
|
||||
|
|
@ -89,7 +93,7 @@ export default {
|
|||
show: true,
|
||||
formatter: '{b}\n{d}%',
|
||||
color: 'inherit',
|
||||
fontWeight: '900',
|
||||
fontWeight: '900',
|
||||
},
|
||||
labelLine: {
|
||||
show: true,
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -218,8 +218,7 @@ export default {
|
|||
}
|
||||
.table-list {
|
||||
margin-top: 0px;
|
||||
/* height: 238px; */
|
||||
height: 27.6vh;
|
||||
max-height: 200px;
|
||||
overflow: auto;
|
||||
}
|
||||
.topView {
|
||||
|
|
|
|||
|
|
@ -312,7 +312,7 @@ export default {
|
|||
animationEasingUpdate: 'cubicInOut', // 过渡动画的缓动效果。[ default: cubicInOut ]
|
||||
},
|
||||
label: {
|
||||
show: true,
|
||||
show: false,
|
||||
color: '#FFF',
|
||||
position: 'top',
|
||||
fontSize: 18,
|
||||
|
|
|
|||
|
|
@ -79,6 +79,10 @@ export default {
|
|||
color: pieColors, // 保持原颜色
|
||||
tooltip: {
|
||||
trigger: 'item',
|
||||
backgroundColor: '#0E1835',
|
||||
textStyle: {
|
||||
color: '#fff'
|
||||
},
|
||||
},
|
||||
// 隐藏图例(图中无图例)
|
||||
// legend: {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue