style(components): update van-icon names from arrow-right to arrow

standardize the arrow icon used across the application by replacing the arrow-right icon name with the generic arrow variant in all affected component templates
This commit is contained in:
DEV_DSW
2026-06-02 10:47:25 +08:00
parent fdd7f215f5
commit 72fdf509c9
7 changed files with 7 additions and 7 deletions

View File

@@ -14,7 +14,7 @@
</div>
<div class="flex items-center" v-if="showBtn" @click="emit('click')">
<span class="text-[12px] text-[#2D91FF] leading-[16px]">房间详情</span>
<van-icon name="arrow-right" size="15" color="#99A0AE" />
<van-icon name="arrow" size="15" color="#99A0AE" />
</div>
</div>
</template>

View File

@@ -36,7 +36,7 @@
<span class="text-[12px] text-ink-600 leading-[18px]">取消政策及说明</span>
<div class="flex items-center">
<span class="text-[12px] text-[#2D91FF] leading-[16px]" @click="refundVisible = true">取消政策</span>
<van-icon name="arrow-right" size="15" color="#99A0AE" />
<van-icon name="arrow" size="15" color="#99A0AE" />
</div>
</div>
</div>

View File

@@ -15,7 +15,7 @@
class="flex justify-between items-center py-[12px] pr-[12px] pl-0 border-b border-[#f0f0f0] last:border-b-0"
@click="handleMenuClick(item)">
<span class="text-[14px] text-[#333]">{{ item.label }}</span>
<van-icon type="right" size="14" color="#ccc"></van-icon>
<van-icon name="arrow" size="14" color="#ccc"></van-icon>
</div>
<div

View File

@@ -20,7 +20,7 @@
<div class="min-w-0 leading-[24px] text-[#475569] text-[18px] font-bold truncate flex-1">
{{ item.text }}
</div>
<van-icon name="arrow-right" size="16" color="#CBD5E1"></van-icon>
<van-icon name="arrow" size="16" color="#CBD5E1"></van-icon>
</div>
</div>
</div>

View File

@@ -16,7 +16,7 @@
</div>
<div class="mt-[24px] flex items-center justify-between">
<text class="text-[#cbd5e1] text-[12px] font-bold">{{ item.footer }}</text>
<van-icon name="arrow-right" size="16" color="#CBD5E1"></van-icon>
<van-icon name="arrow" size="16" color="#CBD5E1"></van-icon>
</div>
</div>
</div>

View File

@@ -17,7 +17,7 @@
</div>
</div>
<div class="shrink-0">
<van-icon name="arrow-right" size="16" color="#CBD5E1"></van-icon>
<van-icon name="arrow" size="16" color="#CBD5E1"></van-icon>
</div>
</div>

View File

@@ -11,7 +11,7 @@
{{ subtitle }}
</div>
</div>
<van-icon size="24" color="#CBD5E1" name="arrow-right"></van-icon>
<van-icon size="24" color="#CBD5E1" name="arrow"></van-icon>
</div>
</template>