Revert "fix: 首页功能图标改用原生CSS class渲染,规避van-icon组件渲染问题"
This reverts commit 740fe251e3.
This commit is contained in:
@@ -95,7 +95,7 @@ const today = new Date().toLocaleDateString('zh-CN', { year: 'numeric', month: '
|
||||
@click="router.push(f.path)"
|
||||
>
|
||||
<div class="feat-circle" :style="{ background: f.bg }">
|
||||
<i :class="'van-icon van-icon-' + f.icon" :style="{ fontSize: '26px', color: f.color }" />
|
||||
<van-icon :name="f.icon" :color="f.color" size="26" />
|
||||
</div>
|
||||
<span class="feat-label">{{ f.label }}</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user