src/tabviews/custom/components/chart/antv-scatter/index.jsx
@@ -438,8 +438,16 @@ render() { const { config, loading, empty, BID } = this.state let style = {...config.style} if (empty && config.plot.empty === 'hidden') { style.opacity = 0 style.position = 'absolute' style.zIndex = -1 style.width = '100%' } return ( <div className="custom-scatter-plot-box" style={config.style}> <div className="custom-scatter-plot-box" style={style}> {loading ? <div className="loading-mask"> <div className="ant-spin-blur"></div>