fix(MapSelector): 修正Spin组件属性提示文本

- 将Spin组件中的tip属性改为description属性
- 确保加载提示文本正确显示为“地图正在加载中...”
2.0
LiuJiaNan 2026-08-11 14:58:18 +08:00
parent 309cbebafc
commit 00705833bd
1 changed files with 1 additions and 1 deletions

View File

@ -336,7 +336,7 @@ const MapSelector = (props) => {
id="map_container" id="map_container"
style={{ width: "100%", height: "500px", position: "relative" }} style={{ width: "100%", height: "500px", position: "relative" }}
> >
<Spin size="large" tip="地图正在加载中..." spinning={loading}> <Spin size="large" description="地图正在加载中..." spinning={loading}>
<div style={{ <div style={{
position: "absolute", position: "absolute",
top: 0, top: 0,