Commit ac7e9709 authored by chenqikuai's avatar chenqikuai

fix: 修复navbar title显示

parent 6743ca74
......@@ -14,7 +14,6 @@
size="18"
:color="iconColor"
/>
<div class="flex-shrink-0" style="width: 18px; height:18px;"></div>
<icon
v-if="showSecondIcon"
name="icon-kefu"
......@@ -31,7 +30,7 @@
@click="$router.push(path)"
:color="iconColor"
/>
<div class="title whitespace-nowrap overflow-hidden overflow-ellipsis px-2">{{ title }}</div>
<div class="title whitespace-nowrap overflow-hidden overflow-ellipsis px-5">{{ title }}</div>
</div>
</div>
<div class="some-block" v-if="occupyPosition"></div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment