Commit 02653c19 authored by 黄奎's avatar 黄奎

页面修改

parent 08deb1b7
......@@ -154,7 +154,7 @@
<div flex="dir:left" style="width:750px;flex-wrap:wrap;">
<div class="Headernav-item" v-for="(item,index) in navData.data.navs" :key="index" :style="{width:getNavWidth(navData.data.columns)}">
<img :src="getIconLink(item.icon)"/>
<div style="color: rgb(53, 53, 53);">{{item.name}}</div>
<div :style="{color:navData.data.color}">{{item.name}}</div>
</div>
</div>
</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