forked from github/dataease
Merge pull request #8863 from dataease/pr@dev-v2@style_loading
style(仪表板): 修改视图加载样式去掉遮罩
This commit is contained in:
commit
a94f721be7
@ -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 }"
|
||||
|
Loading…
Reference in New Issue
Block a user