sonar 12 left

This commit is contained in:
Cindy Chang
2024-08-08 10:15:16 +08:00
parent 85151884fe
commit e313b92521
6 changed files with 28 additions and 22 deletions

View File

@@ -18,14 +18,6 @@
</span>
</li>
</ul>
<!-- <ul class="flex flex-col justify-center items-center">
<li class="inline-flex items-center justify-center border border-neutral-500 rounded-full w-9 h-9 cursor-pointer bg-neutral-50 drop-shadow hover:border-primary">
<span class="material-symbols-outlined !text-2xl text-neutral-500 hover:text-primary p-1.5">
highlight
</span>
</li>
</ul> -->
</div>
<!-- Cytoscape Map -->
@@ -253,7 +245,7 @@ export default {
*/
async switchTraceId(e) {
if(e.id == this.traceId) return;
// if(e.count >= 1000) this.isLoading = true; // 超過 1000 筆要 loading 畫面
// 超過 1000 筆要 loading 畫面
this.isLoading = true; // 都要 loading 畫面
this.traceId = e.id;
await this.allMapDataStore.getTraceDetail();