update loading style

This commit is contained in:
Qiuxia Fan 2022-03-20 18:12:56 +08:00
parent 9b5913177a
commit f45755e952
2 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@ limitations under the License. -->
ref="chart"
class="micro-topo-chart"
v-loading="loading"
element-loading-background="rgba(0, 0, 0, 0)"
:style="`height: ${height}px`"
>
<div class="setting" v-show="showSetting">

View File

@ -46,6 +46,7 @@ limitations under the License. -->
class="sankey"
:style="`height:${height}px;width:${width}px;`"
v-loading="loading"
element-loading-background="rgba(0, 0, 0, 0)"
@click="handleClick"
>
<Sankey @click="selectNodeLink" />