feat: 走查-交互逻辑调整

This commit is contained in:
rd
2025-07-05 14:27:07 +08:00
parent 12f81cdfc4
commit 9b8e96a2e5
15 changed files with 141 additions and 71 deletions

View File

@ -8,9 +8,9 @@
<div class="filter-wrap bg-#fff rounded-8px border-1px border-#D7D7D9 border-solid px-24px pb-20px mb-16px">
<div class="top flex h-64px py-10px justify-between items-center">
<div class="flex items-center">
<p class="text-18px font-400 lh-26px color-#211F24 title">数据总览</p>
<p class="text-18px font-400 lh-26px color-#211F24 mr-4px title">数据总览</p>
<a-tooltip content="数据纵览">
<img :src="icon1" width="14" height="14" class="ml-4px" />
<icon-question-circle size="16" class="color-#737478" />
</a-tooltip>
</div>
</div>