Merge pull request #8863 from dataease/pr@dev-v2@style_loading

style(仪表板): 修改视图加载样式去掉遮罩
This commit is contained in:
王嘉豪 2024-04-02 09:59:38 +08:00 committed by GitHub
commit a94f721be7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -595,7 +595,7 @@ const iconSize = computed<string>(() => {
</script>
<template>
<div class="chart-area" v-loading="loadingFlag">
<div class="chart-area" v-loading="loadingFlag" element-loading-background="rgba(0,0,0,0)">
<div
class="title-container"
:style="{ 'justify-content': titleAlign, 'margin-bottom': marginBottom }"