修改样式问题
This commit is contained in:
@@ -353,9 +353,9 @@ const resizeObserver = new ResizeObserver(entries => {
|
||||
chartsWidth.value = entry.contentRect.width;
|
||||
console.log('Charts Info Width:', chartsWidth.value);
|
||||
|
||||
pieRef1.value.reSize(chartsWidth.value * 0.95,145,true);
|
||||
pieRef2.value.reSize(chartsWidth.value * 0.95,145,true);
|
||||
pieRef3.value.reSize(chartsWidth.value * 0.95,145,true);
|
||||
pieRef1.value.reSize(chartsWidth.value * 0.95,180,true);
|
||||
pieRef2.value.reSize(chartsWidth.value * 0.95,180,true);
|
||||
pieRef3.value.reSize(chartsWidth.value * 0.95,180,true);
|
||||
}
|
||||
});
|
||||
|
||||
@@ -631,4 +631,12 @@ onUnmounted(() => {
|
||||
}
|
||||
}
|
||||
}
|
||||
:deep(.el-collapse-item__conten){
|
||||
// background-color:#f6f6f6;
|
||||
padding-bottom: 0px !important;
|
||||
}
|
||||
:deep(.el-collapse-item__content ){
|
||||
// background-color:#f6f6f6;
|
||||
padding-bottom: 0px !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user