Commit c2e07cda7d0100da1bf19f7c77d4b852fdbc0513

Authored by fengtao
Committed by xp.Huang
1 parent eb689cfa

perf: Tooltip提示语句优化

... ... @@ -115,7 +115,7 @@
115 115 <Button type="text" class="!px-2 !text-gray-500" @click="handlePlay">
116 116 <PlayCircleOutlined v-show="playStatus !== TrackAnimationStatus.PLAY" />
117 117 <PauseCircleOutlined class="!ml-0" v-show="playStatus === TrackAnimationStatus.PLAY" />
118   - <Tooltip title="请先在左侧配置绑定数据">
  118 + <Tooltip title="请选择查询时间段">
119 119 <span>
120 120 {{ playStatus !== TrackAnimationStatus.PLAY ? '播放轨迹' : '暂停播放' }}
121 121 </span>
... ...