lcw
This commit is contained in:
@ -33,7 +33,7 @@ const initChart = () => {
|
||||
legend: {
|
||||
orient: 'vertical',
|
||||
right: '0%',
|
||||
top: 'center',
|
||||
top: '1%',
|
||||
textStyle: {
|
||||
color: '#fff'
|
||||
},
|
||||
|
||||
@ -134,6 +134,9 @@
|
||||
/>
|
||||
<div v-else-if="item.showType === 'defaultSlot'">
|
||||
<slot name="defaultSlot"></slot>
|
||||
</div>
|
||||
<div v-else-if="item.showType === 'nameSlot'">
|
||||
<slot name="nameSlot"></slot>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
<template>
|
||||
<el-dialog class="dialog-container"
|
||||
:draggable="true"
|
||||
:model-value="modelValue"
|
||||
:title="title"
|
||||
:before-close="close" :destroy-on-close="true"
|
||||
|
||||
Reference in New Issue
Block a user